Changeset 35131 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h
- Timestamp:
- Dec 15, 2010 1:19:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h
r34004 r35131 56 56 virtual void sltCategoryChanged(int cId); 57 57 58 /* Mark dialog as processed: */ 59 virtual void sltMarkProcessed(); 60 58 61 protected: 59 62 … … 91 94 void sltUpdateWhatsThis(bool fGotFocus = false); 92 95 96 /* Slot to handle reject: */ 97 void reject(); 98 93 99 private: 94 100 … … 96 102 bool eventFilter(QObject *pObject, QEvent *pEvent); 97 103 void showEvent(QShowEvent *pEvent); 104 void closeEvent(QCloseEvent *pEvent); 98 105 99 106 void assignValidator(UISettingsPage *pPage); … … 103 110 104 111 /* Error & Warning stuff: */ 112 bool m_fProcessed; 105 113 bool m_fValid; 106 114 bool m_fSilent;
Note:
See TracChangeset
for help on using the changeset viewer.