Changeset 11343 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Aug 11, 2008 6:03:38 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIMainDialog.h
r10934 r11343 59 59 60 60 virtual bool event (QEvent *aEvent); 61 virtual void showEvent (QShowEvent *aEvent); 61 62 virtual void resizeEvent (QResizeEvent *aEvent); 62 63 virtual bool eventFilter (QObject *aObject, QEvent *aEvent); … … 84 85 QPointer<QSizeGrip> mSizeGrip; 85 86 QPointer<QPushButton> mDefaultButton; 87 88 bool mPolished; 86 89 }; 87 90
Note:
See TracChangeset
for help on using the changeset viewer.