Changeset 48534 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
- Timestamp:
- Sep 19, 2013 2:40:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r46831 r48534 38 38 39 39 QIMessageBox::QIMessageBox(const QString &strCaption, const QString &strMessage, AlertIconType iconType, 40 int iButton1 /* = 0*/, int iButton2 /*= 0*/, int iButton3 /*= 0*/, QWidget *pParent /*= 0*/)40 int iButton1 /* = 0*/, int iButton2 /* = 0*/, int iButton3 /* = 0*/, QWidget *pParent /* = 0*/) 41 41 : QIDialog(pParent) 42 42 , m_iButton1(iButton1) … … 405 405 406 406 /* static */ 407 QPixmap QIMessageBox::standardPixmap(AlertIconType iconType, QWidget *pWidget /* = 0*/)407 QPixmap QIMessageBox::standardPixmap(AlertIconType iconType, QWidget *pWidget /* = 0*/) 408 408 { 409 409 /* Prepare standard icon: */
Note:
See TracChangeset
for help on using the changeset viewer.