- Timestamp:
- Oct 30, 2023 12:25:53 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159743
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UIAdvancedSettingsDialogSpecific.h
r100987 r101654 31 31 # pragma once 32 32 #endif 33 34 /* Qt includes: */35 #include <QPointer>36 33 37 34 /* GUI includes: */ … … 84 81 bool isPageAvailable(int iPageId) const; 85 82 }; 86 87 /** Safe pointer to cloud machine settings dialog. */88 typedef QPointer<UIAdvancedSettingsDialogGlobal> UISafePointerSettingsDialogGlobal;89 83 90 84 … … 179 173 }; 180 174 181 /** Safe pointer to cloud machine settings dialog. */182 typedef QPointer<UIAdvancedSettingsDialogMachine> UISafePointerSettingsDialogMachine;183 184 175 185 176 #endif /* !FEQT_INCLUDED_SRC_settings_UIAdvancedSettingsDialogSpecific_h */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
r100902 r101654 31 31 # pragma once 32 32 #endif 33 34 /* Qt includes: */35 #include <QPointer>36 33 37 34 /* GUI includes: */ … … 84 81 bool isPageAvailable(int iPageId) const; 85 82 }; 86 87 /** Safe pointer to cloud machine settings dialog. */88 typedef QPointer<UISettingsDialogGlobal> UISafePointerSettingsDialogGlobal;89 83 90 84 … … 179 173 }; 180 174 181 /** Safe pointer to cloud machine settings dialog. */182 typedef QPointer<UISettingsDialogMachine> UISafePointerSettingsDialogMachine;183 184 175 185 176 #endif /* !FEQT_INCLUDED_SRC_settings_UISettingsDialogSpecific_h */
Note:
See TracChangeset
for help on using the changeset viewer.