Changeset 10611 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Jul 14, 2008 6:48:33 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33312
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGLSettingsUpdate.h
r10584 r10611 50 50 51 51 void toggleUpdater (bool aOn); 52 void toggleType();53 52 void activatedPeriod (int aIndex); 54 53 … … 57 56 void showEvent (QShowEvent *aEvent); 58 57 59 QRadioButton *mLastSelected;60 58 bool mSettingsChanged; 61 59 }; -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUpdateDlg.h
r10515 r10611 61 61 enum 62 62 { 63 NeverCheck = -2, 64 AutoCheck = -3 63 NeverCheck = -2 65 64 }; 66 65 … … 72 71 73 72 bool isNecessary(); 74 bool is Automatic();73 bool isNeverCheck(); 75 74 76 75 QString data() const; … … 100 99 101 100 static bool isNecessary(); 102 static bool isAutomatic();103 101 104 102 VBoxUpdateDlg (VBoxUpdateDlg **aSelf, bool aForceRun,
Note:
See TracChangeset
for help on using the changeset viewer.