Changeset 12695 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Sep 24, 2008 3:25:31 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIMainDialog.h
r11343 r12695 65 65 QPushButton* searchDefaultButton() const; 66 66 67 void centerAccording (QWidget *aWidget) { mCenterWidget = aWidget; } 68 67 69 protected slots: 68 70 … … 87 89 88 90 bool mPolished; 91 QWidget *mCenterWidget; 89 92 }; 90 93 -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h
r12010 r12695 59 59 bool startMachine (const QUuid &aId); 60 60 61 signals: 62 63 void closing(); 64 61 65 public slots: 62 66 … … 86 90 /* Events */ 87 91 bool event (QEvent *aEvent); 92 void closeEvent (QCloseEvent *aEvent); 88 93 89 94 void retranslateUi(); -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMInformationDlg.h
r11532 r12695 64 64 void processStatistics(); 65 65 void onPageChanged (int aIndex); 66 void suicide(); 66 67 67 68 private:
Note:
See TracChangeset
for help on using the changeset viewer.