Changeset 76532 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 30, 2018 6:08:06 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 337 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/.scm-settings
r69254 r76532 18 18 19 19 # These are LGPL and generally external. 20 /keyboard*|/xkbtoscan.h: --external-copyright 20 /keyboard*|/xkbtoscan.h: --external-copyright --no-fix-header-guards 21 21 -
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h
r69500 r76532 18 18 #ifndef __VBoxAutostart_h__ 19 19 #define __VBoxAutostart_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /******************************************************************************* -
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdogInternal.h
r69500 r76532 18 18 #ifndef ___H_VBOXWATCHDOG 19 19 #define ___H_VBOXWATCHDOG 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VBOX_ONLY_DOCS -
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h
r69500 r76532 18 18 #ifndef ___H_VBOXBUGREPORT 19 19 #define ___H_VBOXBUGREPORT 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* -
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h
r71651 r76532 17 17 #ifndef __H_FRAMEBUFFER 18 18 #define __H_FRAMEBUFFER 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include "VBoxFB.h" -
trunk/src/VBox/Frontends/VBoxFB/Helper.h
r69500 r76532 19 19 #ifndef __H_HELPER 20 20 #define __H_HELPER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #define MAX_VIDEOMODES 64 -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.h
r69500 r76532 19 19 #ifndef __H_VBOXFB 20 20 #define __H_VBOXFB 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <stdlib.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r72949 r76532 18 18 #ifndef ___H_VBOXMANAGE 19 19 #define ___H_VBOXMANAGE 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VBOX_ONLY_DOCS -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.h
r69500 r76532 18 18 #ifndef ___H_VBOXMANAGE_GUESTCTRL 19 19 #define ___H_VBOXMANAGE_GUESTCTRL 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef VBOX_ONLY_DOCS -
trunk/src/VBox/Frontends/VBoxSDL/.scm-settings
r69272 r76532 16 16 # 17 17 18 /VBoxSDLMain-darwin.h: --external-copyright 18 /VBoxSDLMain-darwin.h: --external-copyright --no-fix-header-guards 19 19 /VBoxSDLMain-darwin.m: --external-copyright 20 20 -
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h
r71651 r76532 20 20 #ifndef __H_FRAMEBUFFER 21 21 #define __H_FRAMEBUFFER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include "VBoxSDL.h" -
trunk/src/VBox/Frontends/VBoxSDL/Helper.h
r69500 r76532 20 20 #ifndef __H_HELPER 21 21 #define __H_HELPER 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #if defined(VBOX_WITH_XPCOM) && !defined(RT_OS_DARWIN) && !defined(RT_OS_OS2) -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h
r69500 r76532 20 20 #ifndef __H_VBOXSDL 21 21 #define __H_VBOXSDL 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <iprt/cdefs.h> -
trunk/src/VBox/Frontends/VirtualBox/.scm-settings
r69265 r76532 19 19 /*.qrc: --no-update-license --no-update-copyright-year 20 20 21 /src/precomp.h: --no-fix-header-guards 22 /src/precomp_vcc.h: --no-fix-header-guards 23 /src/precomp_gcc.h: --no-fix-header-guards -
trunk/src/VBox/Frontends/VirtualBox/src/UITakeSnapshotDialog.h
r73926 r76532 18 18 #ifndef ___UITakeSnapshotDialog_h___ 19 19 #define ___UITakeSnapshotDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/VBox2DHelpers.h
r72057 r76532 18 18 #ifndef ___VBox2DHelpers_h___ 19 19 #define ___VBox2DHelpers_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #if defined(VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h
r71630 r76532 18 18 #ifndef ___VBoxAboutDlg_h___ 19 19 #define ___VBoxAboutDlg_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r76423 r76532 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __VBoxFBOverlay_h__ 18 19 #define __VBoxFBOverlay_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #if defined(VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
r71027 r76532 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef __VBoxFBOverlayCommon_h__ 18 19 #define __VBoxFBOverlayCommon_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #if 0 //defined(DEBUG_misha) -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.h
r71630 r76532 18 18 #ifndef ___VBoxLicenseViewer___ 19 19 #define ___VBoxLicenseViewer___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h
r75376 r76532 18 18 #ifndef ___UICloudProfileDetailsWidget_h___ 19 19 #define ___UICloudProfileDetailsWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.h
r75376 r76532 18 18 #ifndef ___UICloudProfileManager_h___ 19 19 #define ___UICloudProfileManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverter.h
r71630 r76532 18 18 #ifndef ___UIConverter_h___ 19 19 #define ___UIConverter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r76059 r76532 18 18 #ifndef ___UIConverterBackend_h___ 19 19 #define ___UIConverterBackend_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h
r71863 r76532 18 18 #ifndef ___QIAdvancedSlider_h___ 19 19 #define ___QIAdvancedSlider_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h
r71900 r76532 18 18 #ifndef ___QIArrowButtonPress_h___ 19 19 #define ___QIArrowButtonPress_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h
r71900 r76532 18 18 #ifndef ___QIArrowButtonSwitch_h___ 19 19 #define ___QIArrowButtonSwitch_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h
r71900 r76532 18 18 #ifndef ___QIArrowSplitter_h___ 19 19 #define ___QIArrowSplitter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.h
r71865 r76532 18 18 #ifndef ___QIComboBox_h___ 19 19 #define ___QIComboBox_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h
r71900 r76532 18 18 #ifndef ___QIDialog_h___ 19 19 #define ___QIDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h
r71900 r76532 18 18 #ifndef ___QIDialogButtonBox_h___ 19 19 #define ___QIDialogButtonBox_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h
r71900 r76532 18 18 #ifndef ___QIFileDialog_h___ 19 19 #define ___QIFileDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIFlowLayout.h
r71894 r76532 18 18 #ifndef ___QIFlowLayout_h___ 19 19 #define ___QIFlowLayout_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIInputDialog.h
r75222 r76532 18 18 #ifndef ___QIInputDialog_h___ 19 19 #define ___QIInputDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h
r71900 r76532 22 22 #ifndef ___QILabel_h___ 23 23 #define ___QILabel_h___ 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 24 27 25 28 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h
r71866 r76532 18 18 #ifndef ___QILabelSeparator_h___ 19 19 #define ___QILabelSeparator_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h
r71869 r76532 18 18 #ifndef ___QILineEdit_h___ 19 19 #define ___QILineEdit_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h
r71870 r76532 18 18 #ifndef ___QIMainDialog_h___ 19 19 #define ___QIMainDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMainWindow.h
r73426 r76532 18 18 #ifndef ___QIMainWindow_h___ 19 19 #define ___QIMainWindow_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h
r75272 r76532 18 18 #ifndef ___QIManagerDialog_h___ 19 19 #define ___QIManagerDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMenu.h
r71896 r76532 18 18 #ifndef ___QIMenu_h___ 19 19 #define ___QIMenu_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h
r71900 r76532 18 18 #ifndef ___QIMessageBox_h___ 19 19 #define ___QIMessageBox_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIProcess.h
r71900 r76532 18 18 #ifndef ___QIProcess_h___ 19 19 #define ___QIProcess_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichTextLabel.h
r71900 r76532 18 18 #ifndef ___QIRichTextLabel_h___ 19 19 #define ___QIRichTextLabel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h
r71900 r76532 18 18 #ifndef ___QIRichToolButton_h___ 19 19 #define ___QIRichToolButton_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h
r74088 r76532 18 18 #ifndef ___QISplitter_h___ 19 19 #define ___QISplitter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h
r71896 r76532 18 18 #ifndef ___QIStatusBar_h___ 19 19 #define ___QIStatusBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h
r71900 r76532 18 18 #ifndef ___QIStatusBarIndicators_h___ 19 19 #define ___QIStatusBarIndicators_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStyledItemDelegate.h
r71874 r76532 18 18 #ifndef ___QIStyledItemDelegate_h___ 19 19 #define ___QIStyledItemDelegate_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITabWidget.h
r71883 r76532 18 18 #ifndef ___QITabWidget_h___ 19 19 #define ___QITabWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITableView.h
r71882 r76532 18 18 #ifndef ___QITableView_h___ 19 19 #define ___QITableView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h
r71900 r76532 18 18 #ifndef ___QIToolButton_h___ 19 19 #define ___QIToolButton_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h
r71884 r76532 18 18 #ifndef ___QITreeView_h___ 19 19 #define ___QITreeView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h
r71885 r76532 18 18 #ifndef ___QITreeWidget_h___ 19 19 #define ___QITreeWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h
r71900 r76532 18 18 #ifndef ___QIWidgetValidator_h___ 19 19 #define ___QIWidgetValidator_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsView.h
r71897 r76532 18 18 #ifndef ___QIGraphicsView_h___ 19 19 #define ___QIGraphicsView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extensions/graphics/QIGraphicsWidget.h
r71898 r76532 18 18 #ifndef ___QIGraphicsWidget_h___ 19 19 #define ___QIGraphicsWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r76177 r76532 18 18 #ifndef ___UIExtraDataDefs_h___ 19 19 #define ___UIExtraDataDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
r76177 r76532 18 18 #ifndef ___UIExtraDataManager_h___ 19 19 #define ___UIExtraDataManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h
r69500 r76532 18 18 #ifndef __CIShared_h__ 19 19 #define __CIShared_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifdef VBOX_CHECK_STATE -
trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h
r76012 r76532 22 22 #ifndef __COMDefs_h__ 23 23 #define __COMDefs_h__ 24 #ifndef RT_WITHOUT_PRAGMA_ONCE 25 # pragma once 26 #endif 24 27 25 28 /** @defgroup grp_QT_COM Qt-COM Support Layer -
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h
r71784 r76532 18 18 #ifndef ___QIWithRetranslateUI_h___ 19 19 #define ___QIWithRetranslateUI_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r76177 r76532 18 18 #ifndef ___UIActionPool_h___ 19 19 #define ___UIActionPool_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.h
r75209 r76532 18 18 #ifndef ___UIActionPoolManager_h___ 19 19 #define ___UIActionPoolManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.h
r76177 r76532 18 18 #ifndef ___UIActionPoolRuntime_h___ 19 19 #define ___UIActionPoolRuntime_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIAnimationFramework.h
r71630 r76532 18 18 #ifndef ___UIAnimationFramework_h___ 19 19 #define ___UIAnimationFramework_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.h
r76497 r76532 18 18 #ifndef ___UICustomFileSystemModel_h___ 19 19 #define ___UICustomFileSystemModel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h
r74954 r76532 18 18 #ifndef ___UIDefs_h___ 19 19 #define ___UIDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h
r75934 r76532 18 18 #ifndef ___UIDesktopWidgetWatchdog_h___ 19 19 #define ___UIDesktopWidgetWatchdog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIErrorString.h
r71630 r76532 18 18 #ifndef ___UIErrorString_h___ 19 19 #define ___UIErrorString_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.h
r71630 r76532 18 18 #ifndef ___UIIconPool_h___ 19 19 #define ___UIIconPool_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h
r74961 r76532 18 18 #ifndef ___UIImageTools_h___ 19 19 #define ___UIImageTools_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h
r71630 r76532 18 18 #ifndef ___UILibraryDefs_h___ 19 19 #define ___UILibraryDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Other VBox includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h
r76012 r76532 18 18 #ifndef ___UIMainEventListener_h___ 19 19 #define ___UIMainEventListener_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h
r75668 r76532 18 18 #ifndef ___UIMessageCenter_h___ 19 19 #define ___UIMessageCenter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIModalWindowManager.h
r71630 r76532 18 18 #ifndef ___UIModalWindowManager_h___ 19 19 #define ___UIModalWindowManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPathOperations.h
r76332 r76532 18 18 #ifndef ___UIPathOperations_h___ 19 19 #define ___UIPathOperations_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.h
r75291 r76532 18 18 #ifndef ___UIPopupCenter_h___ 19 19 #define ___UIPopupCenter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIProgressEventHandler.h
r75369 r76532 18 18 #ifndef ___UIProgressEventHandler_h___ 19 19 #define ___UIProgressEventHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.h
r73859 r76532 18 18 #ifndef ___UIShortcutPool_h___ 19 19 #define ___UIShortcutPool_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h
r72361 r76532 18 18 #ifndef ___UIStarter_h___ 19 19 #define ___UIStarter_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.h
r71630 r76532 18 18 #ifndef ___UIThreadPool_h___ 19 19 #define ___UIThreadPool_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h
r75571 r76532 18 18 #ifndef ___UIVersion_h___ 19 19 #define ___UIVersion_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIVirtualBoxEventHandler.h
r74942 r76532 18 18 #ifndef ___UIVirtualBoxEventHandler_h___ 19 19 #define ___UIVirtualBoxEventHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r75006 r76532 18 18 #ifndef ___VBoxGlobal_h___ 19 19 #define ___VBoxGlobal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h
r74431 r76532 18 18 #ifndef ___VBoxUtils_h___ 19 19 #define ___VBoxUtils_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManager.h
r76296 r76532 18 18 #ifndef ___UIFileManager_h___ 19 19 #define ___UIFileManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerDialog.h
r76177 r76532 18 18 #ifndef ___UIFileManagerDialog_h___ 19 19 #define ___UIFileManagerDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.h
r76333 r76532 18 18 #ifndef ___UIGuestTable_h___ 19 19 #define ___UIGuestTable_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerHostTable.h
r76499 r76532 18 18 #ifndef ___UIFileManagerHostTable_h___ 19 19 #define ___UIFileManagerHostTable_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerLogPanel.h
r76177 r76532 18 18 #ifndef ___UIFileManagerLogPanel_h___ 19 19 #define ___UIFileManagerLogPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.h
r76177 r76532 18 18 #ifndef ___UIFileManagerOperationsPanel_h___ 19 19 #define ___UIFileManagerOperationsPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOptionsPanel.h
r76177 r76532 18 18 #ifndef ___UIFileManagerOptionsPanel_h___ 19 19 #define ___UIFileManagerOptionsPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerPanel.h
r76177 r76532 18 18 #ifndef ___UIFileManagerPanel_h___ 19 19 #define ___UIFileManagerPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerSessionPanel.h
r76177 r76532 18 18 #ifndef ___UIFileManagerSessionPanel_h___ 19 19 #define ___UIFileManagerSessionPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.h
r76429 r76532 18 18 #ifndef ___UIFileManagerTable_h___ 19 19 #define ___UIFileManagerTable_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlConsole.h
r75425 r76532 18 18 #ifndef ___UIGuestControlConsole_h___ 19 19 #define ___UIGuestControlConsole_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlDefs.h
r75284 r76532 18 18 #ifndef ___UIGuestControlDefs_h___ 19 19 #define ___UIGuestControlDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 enum FileManagerLogType -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.h
r75425 r76532 18 18 #ifndef ___UIGuestControlInterface_h___ 19 19 #define ___UIGuestControlInterface_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlTreeItem.h
r75425 r76532 18 18 #ifndef ___UIGuestControlTreeItem_h___ 19 19 #define ___UIGuestControlTreeItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlDialog.h
r75087 r76532 18 18 #ifndef ___UIGuestProcessControlDialog_h___ 19 19 #define ___UIGuestProcessControlDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestProcessControlWidget.h
r75425 r76532 18 18 #ifndef ___UIGuestProcessControlWidget_h___ 19 19 #define ___UIGuestProcessControlWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.h
r67811 r76532 18 18 #ifndef ___UIHostNetworkDetailsWidget_h___ 19 19 #define ___UIHostNetworkDetailsWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.h
r73783 r76532 18 18 #ifndef ___UIHostNetworkManager_h___ 19 19 #define ___UIHostNetworkManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkUtils.h
r66860 r76532 18 18 #ifndef ___UIHostNetworkUtils_h___ 19 19 #define ___UIHostNetworkUtils_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogPage.h
r75212 r76532 18 18 #ifndef ___UIVMLogPage_h___ 19 19 #define ___UIVMLogPage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerBookmarksPanel.h
r72775 r76532 18 18 #ifndef ___UIVMLogViewerBookmarksPanel_h___ 19 19 #define ___UIVMLogViewerBookmarksPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerDialog.h
r75272 r76532 18 18 #ifndef ___UIVMLogViewerDialog_h___ 19 19 #define ___UIVMLogViewerDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerFilterPanel.h
r71638 r76532 18 18 #ifndef ___UIVMLogViewerFilterPanel_h___ 19 19 #define ___UIVMLogViewerFilterPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerOptionsPanel.h
r75424 r76532 18 18 #ifndef ___UIVMLogViewerOptionsPanel_h___ 19 19 #define ___UIVMLogViewerOptionsPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerPanel.h
r71638 r76532 18 18 #ifndef ___UIVMLogViewerPanel_h___ 19 19 #define ___UIVMLogViewerPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.h
r72775 r76532 18 18 #ifndef ___UIVMLogViewerSearchPanel_h___ 19 19 #define ___UIVMLogViewerSearchPanel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.h
r72030 r76532 18 18 #ifndef ___UIVMLogViewerTextEdit_h___ 19 19 #define ___UIVMLogViewerTextEdit_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.h
r75424 r76532 18 18 #ifndef ___UIVMLogViewerWidget_h___ 19 19 #define ___UIVMLogViewerWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIErrorPane.h
r74557 r76532 18 18 #ifndef ___UIErrorPane_h___ 19 19 #define ___UIErrorPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.h
r75054 r76532 18 18 #ifndef ___UIToolPaneGlobal_h___ 19 19 #define ___UIToolPaneGlobal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.h
r75144 r76532 18 18 #ifndef ___UIToolPaneMachine_h___ 19 19 #define ___UIToolPaneMachine_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h
r75207 r76532 18 18 #ifndef ___UIVirtualBoxManager_h___ 19 19 #define ___UIVirtualBoxManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.h
r75093 r76532 18 18 #ifndef ___UIVirtualBoxManagerWidget_h___ 19 19 #define ___UIVirtualBoxManagerWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItem.h
r74878 r76532 18 18 #ifndef __UIVirtualMachineItem_h__ 19 19 #define __UIVirtualMachineItem_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIWelcomePane.h
r74561 r76532 18 18 #ifndef ___UIWelcomePane_h___ 19 19 #define ___UIWelcomePane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooser.h
r75016 r76532 18 18 #ifndef ___UIChooser_h___ 19 19 #define ___UIChooser_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.h
r73424 r76532 18 18 #ifndef __UIChooserHandlerKeyboard_h__ 19 19 #define __UIChooserHandlerKeyboard_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.h
r73424 r76532 18 18 #ifndef __UIChooserHandlerMouse_h__ 19 19 #define __UIChooserHandlerMouse_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h
r74960 r76532 18 18 #ifndef ___UIChooserItem_h___ 19 19 #define ___UIChooserItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGlobal.h
r75106 r76532 18 18 #ifndef ___UIChooserItemGlobal_h___ 19 19 #define ___UIChooserItemGlobal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.h
r75183 r76532 18 18 #ifndef ___UIChooserItemGroup_h___ 19 19 #define ___UIChooserItemGroup_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemMachine.h
r75106 r76532 18 18 #ifndef ___UIChooserItemMachine_h___ 19 19 #define ___UIChooserItemMachine_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.h
r75016 r76532 18 18 #ifndef ___UIChooserModel_h___ 19 19 #define ___UIChooserModel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.h
r74184 r76532 18 18 #ifndef ___UIChooserView_h___ 19 19 #define ___UIChooserView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.h
r74942 r76532 18 18 #ifndef ___UIDetails_h___ 19 19 #define ___UIDetails_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsContextMenu.h
r75640 r76532 18 18 #ifndef ___UIDetailsContextMenu_h___ 19 19 #define ___UIDetailsContextMenu_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h
r75530 r76532 18 18 #ifndef ___UIDetailsElement_h___ 19 19 #define ___UIDetailsElement_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElements.h
r75530 r76532 18 18 #ifndef ___UIDetailsElements_h___ 19 19 #define ___UIDetailsElements_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h
r74942 r76532 18 18 #ifndef ___UIDetailsGroup_h___ 19 19 #define ___UIDetailsGroup_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsItem.h
r74942 r76532 18 18 #ifndef ___UIDetailsItem_h___ 19 19 #define ___UIDetailsItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsModel.h
r75640 r76532 18 18 #ifndef ___UIDetailsModel_h___ 19 19 #define ___UIDetailsModel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsSet.h
r75427 r76532 18 18 #ifndef ___UIDetailsSet_h___ 19 19 #define ___UIDetailsSet_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.h
r74682 r76532 18 18 #ifndef __UIDetailsView_h__ 19 19 #define __UIDetailsView_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIMachinePreview.h
r74942 r76532 18 18 #ifndef __UIMachinePreview_h__ 19 19 #define __UIMachinePreview_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h
r75081 r76532 18 18 #ifndef ___UITools_h___ 19 19 #define ___UITools_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerKeyboard.h
r74249 r76532 18 18 #ifndef ___UIToolsHandlerKeyboard_h___ 19 19 #define ___UIToolsHandlerKeyboard_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsHandlerMouse.h
r74249 r76532 18 18 #ifndef ___UIToolsHandlerMouse_h___ 19 19 #define ___UIToolsHandlerMouse_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h
r75096 r76532 18 18 #ifndef ___UIToolsItem_h___ 19 19 #define ___UIToolsItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsModel.h
r75099 r76532 18 18 #ifndef ___UIToolsModel_h___ 19 19 #define ___UIToolsModel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.h
r74249 r76532 18 18 #ifndef ___UIToolsView_h___ 19 19 #define ___UIToolsView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h
r74878 r76532 18 18 #ifndef __UIFDCreationDialog_h__ 19 19 #define __UIFDCreationDialog_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r74942 r76532 18 18 #ifndef ___UIMedium_h___ 19 19 #define ___UIMedium_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDefs.h
r73953 r76532 18 18 #ifndef ___UIMediumDefs_h___ 19 19 #define ___UIMediumDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumDetailsWidget.h
r73953 r76532 18 18 #ifndef ___UIMediumDetailsWidget_h___ 19 19 #define ___UIMediumDetailsWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.h
r74942 r76532 18 18 #ifndef ___UIMediumEnumerator_h___ 19 19 #define ___UIMediumEnumerator_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumItem.h
r76211 r76532 18 18 #ifndef ___UIMediumItem_h___ 19 19 #define ___UIMediumItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h
r75213 r76532 18 18 #ifndef ___UIMediumManager_h___ 19 19 #define ___UIMediumManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumSelector.h
r74942 r76532 18 18 #ifndef ___UIMediumSelector_h___ 19 19 #define ___UIMediumSelector_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloader.h
r71630 r76532 18 18 #ifndef ___UIDownloader_h___ 19 19 #define ___UIDownloader_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderAdditions.h
r71630 r76532 18 18 #ifndef ___UIDownloaderAdditions_h___ 19 19 #define ___UIDownloaderAdditions_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderExtensionPack.h
r71630 r76532 18 18 #ifndef ___UIDownloaderExtensionPack_h___ 19 19 #define ___UIDownloaderExtensionPack_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIDownloaderUserManual.h
r71630 r76532 18 18 #ifndef ___UIDownloaderUserManual_h___ 19 19 #define ___UIDownloaderUserManual_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkCustomer.h
r71630 r76532 18 18 #ifndef ___UINetworkCustomer_h___ 19 19 #define ___UINetworkCustomer_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkDefs.h
r69500 r76532 18 18 #ifndef ___UINetworkDefs_h___ 19 19 #define ___UINetworkDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h
r71630 r76532 18 18 #ifndef ___UINetworkManager_h___ 19 19 #define ___UINetworkManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerDialog.h
r71630 r76532 18 18 #ifndef ___UINetworkManagerDialog_h___ 19 19 #define ___UINetworkManagerDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManagerIndicator.h
r71630 r76532 18 18 #ifndef ___UINetworkManagerIndicator_h___ 19 19 #define ___UINetworkManagerIndicator_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.h
r71630 r76532 18 18 #ifndef ___UINetworkReply_h___ 19 19 #define ___UINetworkReply_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequest.h
r71630 r76532 18 18 #ifndef ___UINetworkRequest_h___ 19 19 #define ___UINetworkRequest_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.h
r71630 r76532 18 18 #ifndef ___UINetworkRequestWidget_h___ 19 19 #define ___UINetworkRequestWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI inludes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h
r71630 r76532 18 18 #ifndef ___UIUpdateDefs_h___ 19 19 #define ___UIUpdateDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.h
r72435 r76532 18 18 #ifndef ___UIUpdateManager_h___ 19 19 #define ___UIUpdateManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/objects/UIRichTextString.h
r72167 r76532 18 18 #ifndef ___UIRichTextString_h___ 19 19 #define ___UIRichTextString_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/UIDesktopServices.h
r74942 r76532 18 18 #ifndef ___UIDesktopServices_h___ 19 19 #define ___UIDesktopServices_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h
r71665 r76532 18 18 #ifndef ___CocoaEventHelper_h 19 19 #define ___CocoaEventHelper_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h
r71665 r76532 18 18 #ifndef ___DarwinKeyboard_h___ 19 19 #define ___DarwinKeyboard_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DockIconPreview.h
r71027 r76532 18 18 #ifndef ___UIDockIconPreview_h___ 19 19 #define ___UIDockIconPreview_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h
r69500 r76532 18 18 #ifndef ___UIAbstractDockIconPreview_h___ 19 19 #define ___UIAbstractDockIconPreview_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* System includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaApplication.h
r71665 r76532 18 18 #ifndef ___VBoxCocoaApplication_h___ 19 19 #define ___VBoxCocoaApplication_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h
r69500 r76532 18 18 #ifndef ___UICocoaDockIconPreview_h___ 19 19 #define ___UICocoaDockIconPreview_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.h
r71665 r76532 18 18 #ifndef ___UICocoaSpecialControls_h___ 19 19 #define ___UICocoaSpecialControls_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIDesktopServices_darwin_p.h
r69500 r76532 18 18 #ifndef ___UIDesktopServices_p_h___ 19 19 #define ___UIDesktopServices_p_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/VBoxCocoa.h> -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.h
r72166 r76532 18 18 #ifndef ___UIWindowMenuManager_h___ 19 19 #define ___UIWindowMenuManager_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h
r69500 r76532 18 18 #ifndef ___darwin_VBoxCocoaHelper_h 19 19 #define ___darwin_VBoxCocoaHelper_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Global includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h
r71665 r76532 18 18 #ifndef ___VBoxUtils_darwin_h___ 19 19 #define ___VBoxUtils_darwin_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h
r71027 r76532 18 18 #ifndef ___VBoxHlp_h 19 19 #define ___VBoxHlp_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/cdefs.h> -
trunk/src/VBox/Frontends/VirtualBox/src/platform/win/VBoxUtils-win.h
r71784 r76532 18 18 #ifndef ___VBoxUtils_win_h___ 19 19 #define ___VBoxUtils_win_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h
r71784 r76532 18 18 #ifndef ___WinKeyboard_h___ 19 19 #define ___WinKeyboard_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h
r72678 r76532 18 18 #ifndef ___VBoxX11Helpers_h___ 19 19 #define ___VBoxX11Helpers_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h
r71630 r76532 18 18 #ifndef ___XKeyboard_h___ 19 19 #define ___XKeyboard_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h
r75291 r76532 18 18 #ifndef ___UIConsoleEventHandler_h___ 19 19 #define ___UIConsoleEventHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h
r69500 r76532 18 18 #ifndef ___UIDnDDataObject_win_h___ 19 19 #define ___UIDnDDataObject_win_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDropSource_win.h
r69500 r76532 18 18 #ifndef ___UIDnDDropSource_win_h___ 19 19 #define ___UIDnDDropSource_win_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* COM includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDEnumFormat_win.h
r69500 r76532 18 18 #ifndef ___UIDnDEnumFormat_win_h___ 19 19 #define ___UIDnDEnumFormat_win_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h
r69500 r76532 18 18 #ifndef ___UIDnDHandler_h___ 19 19 #define ___UIDnDHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.h
r69500 r76532 18 18 #ifndef ___UIDnDMIMEData_h___ 19 19 #define ___UIDnDMIMEData_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r71074 r76532 18 18 #ifndef ___UIFrameBuffer_h___ 19 19 #define ___UIFrameBuffer_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h
r75645 r76532 18 18 #ifndef ___UIIndicatorsPool_h___ 19 19 #define ___UIIndicatorsPool_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h
r73871 r76532 18 18 #ifndef ___UIKeyboardHandler_h___ 19 19 #define ___UIKeyboardHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r74942 r76532 18 18 #ifndef ___UIMachine_h___ 19 19 #define ___UIMachine_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h
r75291 r76532 18 18 #ifndef ___UIMachineDefs_h___ 19 19 #define ___UIMachineDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Other VBox includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r76177 r76532 18 18 #ifndef ___UIMachineLogic_h___ 19 19 #define ___UIMachineLogic_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r74942 r76532 18 18 #ifndef ___UIMachineView_h___ 19 19 #define ___UIMachineView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h
r71375 r76532 18 18 #ifndef __UIMachineWindow_h__ 19 19 #define __UIMachineWindow_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h
r75938 r76532 18 18 #ifndef ___UIMouseHandler_h___ 19 19 #define ___UIMouseHandler_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h
r71615 r76532 18 18 #ifndef __UIMultiScreenLayout_h__ 19 19 #define __UIMultiScreenLayout_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r75319 r76532 18 18 #ifndef ___UISession_h___ 19 19 #define ___UISession_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h
r75672 r76532 18 18 #ifndef ___UIVMCloseDialog_h___ 19 19 #define ___UIVMCloseDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.h
r69500 r76532 18 18 #ifndef ___UIKeyboardHandlerFullscreen_h___ 19 19 #define ___UIKeyboardHandlerFullscreen_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h
r69500 r76532 18 18 #ifndef ___UIMachineLogicFullscreen_h___ 19 19 #define ___UIMachineLogicFullscreen_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h
r69500 r76532 18 18 #ifndef ___UIMachineViewFullscreen_h___ 19 19 #define ___UIMachineViewFullscreen_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h
r69500 r76532 18 18 #ifndef ___UIMachineWindowFullscreen_h___ 19 19 #define ___UIMachineWindowFullscreen_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h
r69500 r76532 18 18 #ifndef ___UIInformationConfiguration_h___ 19 19 #define ___UIInformationConfiguration_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.h
r69500 r76532 18 18 #ifndef ___UIInformationDataItem_h___ 19 19 #define ___UIInformationDataItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationItem.h
r74553 r76532 18 18 #ifndef ___UIInformationItem_h___ 19 19 #define ___UIInformationItem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationModel.h
r69500 r76532 18 18 #ifndef ___UIInformationModel_h___ 19 19 #define ___UIInformationModel_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h
r69500 r76532 18 18 #ifndef ___UIInformationRuntime_h___ 19 19 #define ___UIInformationRuntime_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationView.h
r69500 r76532 18 18 #ifndef ___UIInformationView_h___ 19 19 #define ___UIInformationView_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.h
r69500 r76532 18 18 #ifndef ___UIVMInformationDialog_h___ 19 19 #define ___UIVMInformationDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.h
r69500 r76532 18 18 #ifndef ___UIKeyboardHandlerNormal_h___ 19 19 #define ___UIKeyboardHandlerNormal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h
r75339 r76532 18 18 #ifndef ___UIMachineLogicNormal_h___ 19 19 #define ___UIMachineLogicNormal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r69500 r76532 18 18 #ifndef ___UIMachineViewNormal_h___ 19 19 #define ___UIMachineViewNormal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r75645 r76532 18 18 #ifndef ___UIMachineWindowNormal_h___ 19 19 #define ___UIMachineWindowNormal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.h
r69500 r76532 18 18 #ifndef ___UIKeyboardHandlerScale_h___ 19 19 #define ___UIKeyboardHandlerScale_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.h
r69500 r76532 18 18 #ifndef ___UIMachineLogicScale_h___ 19 19 #define ___UIMachineLogicScale_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h
r69500 r76532 18 18 #ifndef ___UIMachineViewScale_h___ 19 19 #define ___UIMachineViewScale_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r69500 r76532 18 18 #ifndef ___UIMachineWindowScale_h___ 19 19 #define ___UIMachineWindowScale_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.h
r69500 r76532 18 18 #ifndef ___UIKeyboardHandlerSeamless_h___ 19 19 #define ___UIKeyboardHandlerSeamless_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h
r69500 r76532 18 18 #ifndef ___UIMachineLogicSeamless_h___ 19 19 #define ___UIMachineLogicSeamless_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h
r69500 r76532 18 18 #ifndef ___UIMachineViewSeamless_h___ 19 19 #define ___UIMachineViewSeamless_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h
r69500 r76532 18 18 #ifndef ___UIMachineWindowSeamless_h___ 19 19 #define ___UIMachineWindowSeamless_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h
r76044 r76532 18 18 #ifndef ___UISettingsDefs_h___ 19 19 #define ___UISettingsDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h
r72059 r76532 18 18 #ifndef ___UISettingsDialog_h___ 19 19 #define ___UISettingsDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
r74942 r76532 18 18 #ifndef ___UISettingsDialogSpecific_h___ 19 19 #define ___UISettingsDialogSpecific_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h
r72099 r76532 18 18 #ifndef ___UISettingsPage_h___ 19 19 #define ___UISettingsPage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.h
r72102 r76532 18 18 #ifndef ___UISettingsSelector_h___ 19 19 #define ___UISettingsSelector_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSerializer.h
r72105 r76532 18 18 #ifndef ___UISettingsSerializer_h___ 19 19 #define ___UISettingsSerializer_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsDisplay.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsDisplay_h___ 19 19 #define ___UIGlobalSettingsDisplay_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsExtension_h___ 19 19 #define ___UIGlobalSettingsExtension_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsGeneral_h___ 19 19 #define ___UIGlobalSettingsGeneral_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsInput_h___ 19 19 #define ___UIGlobalSettingsInput_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsLanguage_h___ 19 19 #define ___UIGlobalSettingsLanguage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsNetwork_h___ 19 19 #define ___UIGlobalSettingsNetwork_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.h
r72107 r76532 18 18 #ifndef __UIGlobalSettingsNetworkDetailsNAT_h__ 19 19 #define __UIGlobalSettingsNetworkDetailsNAT_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsPortForwardingDlg.h
r72107 r76532 18 18 #ifndef __UIGlobalSettingsPortForwardingDlg_h__ 19 19 #define __UIGlobalSettingsPortForwardingDlg_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsProxy_h___ 19 19 #define ___UIGlobalSettingsProxy_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h
r72107 r76532 18 18 #ifndef ___UIGlobalSettingsUpdate_h___ 19 19 #define ___UIGlobalSettingsUpdate_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsAudio_h___ 19 19 #define ___UIMachineSettingsAudio_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h
r75291 r76532 18 18 #ifndef ___UIMachineSettingsDisplay_h___ 19 19 #define ___UIMachineSettingsDisplay_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsGeneral_h___ 19 19 #define ___UIMachineSettingsGeneral_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsInterface.h
r74942 r76532 18 18 #ifndef ___UIMachineSettingsInterface_h___ 19 19 #define ___UIMachineSettingsInterface_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsNetwork_h___ 19 19 #define ___UIMachineSettingsNetwork_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h
r72109 r76532 18 18 #ifndef __UIMachineSettingsPortForwardingDlg_h__ 19 19 #define __UIMachineSettingsPortForwardingDlg_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsSF_h___ 19 19 #define ___UIMachineSettingsSF_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSFDetails.h
r75380 r76532 18 18 #ifndef ___UIMachineSettingsSFDetails_h___ 19 19 #define ___UIMachineSettingsSFDetails_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsSerial_h___ 19 19 #define ___UIMachineSettingsSerial_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h
r75006 r76532 18 18 #ifndef ___UIMachineSettingsStorage_h___ 19 19 #define ___UIMachineSettingsStorage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h
r75959 r76532 18 18 #ifndef ___UIMachineSettingsSystem_h___ 19 19 #define ___UIMachineSettingsSystem_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h
r72109 r76532 18 18 #ifndef ___UIMachineSettingsUSB_h___ 19 19 #define ___UIMachineSettingsUSB_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.h
r72109 r76532 18 18 #ifndef __UIMachineSettingsUSBFilterDetails_h__ 19 19 #define __UIMachineSettingsUSBFilterDetails_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "UIMachineSettingsUSBFilterDetails.gen.h" -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.h
r75291 r76532 18 18 #ifndef ___UISnapshotDetailsWidget_h___ 19 19 #define ___UISnapshotDetailsWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotPane.h
r75093 r76532 18 18 #ifndef ___UISnapshotPane_h___ 19 19 #define ___UISnapshotPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIAddDiskEncryptionPasswordDialog.h
r74942 r76532 18 18 #ifndef ___UIAddDiskEncryptionPasswordDialog_h___ 19 19 #define ___UIAddDiskEncryptionPasswordDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h
r75217 r76532 18 18 #ifndef ___UIApplianceEditorWidget_h___ 19 19 #define ___UIApplianceEditorWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h
r69500 r76532 18 18 #ifndef __UIApplianceExportEditorWidget_h__ 19 19 #define __UIApplianceExportEditorWidget_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h
r74626 r76532 18 18 #ifndef __UIApplianceImportEditorWidget_h__ 19 19 #define __UIApplianceImportEditorWidget_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h
r71899 r76532 18 18 #ifndef ___UIBootTable_h___ 19 19 #define ___UIBootTable_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.h
r73231 r76532 18 18 #ifndef __UIEmptyFilePathSelector_h__ 19 19 #define __UIEmptyFilePathSelector_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* VBox includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h
r72279 r76532 18 18 #ifndef ___UIFilePathSelector_h___ 19 19 #define ___UIFilePathSelector_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h
r71905 r76532 18 18 #ifndef ___UIFilmContainer_h___ 19 19 #define ___UIFilmContainer_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestOSTypeSelectionButton.h
r73118 r76532 18 18 #ifndef ___UIGuestOSTypeSelectionButton_h___ 19 19 #define ___UIGuestOSTypeSelectionButton_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h
r71943 r76532 16 16 */ 17 17 18 19 18 #ifndef ___UIGuestRAMSlider_h___ 20 19 #define ___UIGuestRAMSlider_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h
r71920 r76532 18 18 #ifndef ___UIHostComboEditor_h___ 19 19 #define ___UIHostComboEditor_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h
r71921 r76532 18 18 #ifndef ___UIHotKeyEditor_h___ 19 19 #define ___UIHotKeyEditor_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UILineTextEdit.h
r69500 r76532 18 18 #ifndef __UILineTextEdit_h__ 19 19 #define __UILineTextEdit_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* VBox includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h
r74942 r76532 18 18 #ifndef ___UIMediaComboBox_h___ 19 19 #define ___UIMediaComboBox_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h
r76199 r76532 18 18 #ifndef ___UIMediumSizeEditor_h___ 19 19 #define ___UIMediumSizeEditor_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h
r71923 r76532 18 18 #ifndef ___UIMenuBar_h___ 19 19 #define ___UIMenuBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBarEditorWindow.h
r74942 r76532 18 18 #ifndef ___UIMenuBarEditorWindow_h___ 19 19 #define ___UIMenuBarEditorWindow_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.h
r67060 r76532 18 18 #ifndef ___UIMenuToolBar_h___ 19 19 #define ___UIMenuToolBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.h
r66951 r76532 18 18 #ifndef ___UIMiniToolBar_h___ 19 19 #define ___UIMiniToolBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h
r73251 r76532 18 18 #ifndef ___UINameAndSystemEditor_h___ 19 19 #define ___UINameAndSystemEditor_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h
r72814 r76532 18 18 #ifndef ___UIPopupBoxStuff_h___ 19 19 #define ___UIPopupBoxStuff_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.h
r71630 r76532 18 18 #ifndef ___UIPopupPane_h___ 19 19 #define ___UIPopupPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneButtonPane.h
r71630 r76532 18 18 #ifndef ___UIPopupPaneButtonPane_h___ 19 19 #define ___UIPopupPaneButtonPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneDetails.h
r71630 r76532 18 18 #ifndef ___UIPopupPaneDetails_h___ 19 19 #define ___UIPopupPaneDetails_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPaneMessage.h
r71630 r76532 18 18 #ifndef ___UIPopupPaneMessage_h___ 19 19 #define ___UIPopupPaneMessage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.h
r71630 r76532 18 18 #ifndef ___UIPopupStack_h___ 19 19 #define ___UIPopupStack_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStackViewport.h
r71630 r76532 18 18 #ifndef ___UIPopupStackViewport_h___ 19 19 #define ___UIPopupStackViewport_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
r71937 r76532 18 18 #ifndef ___UIPortForwardingTable_h___ 19 19 #define ___UIPortForwardingTable_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h
r74942 r76532 18 18 #ifndef ___UIProgressDialog_h___ 19 19 #define ___UIProgressDialog_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIScaleFactorEditor.h
r76159 r76532 18 18 #ifndef ___UIScaleFactorEditor_h___ 19 19 #define ___UIScaleFactorEditor_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingAnimation.h
r73845 r76532 18 18 #ifndef ___UISlidingAnimation_h___ 19 19 #define ___UISlidingAnimation_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingToolBar.h
r72027 r76532 18 18 #ifndef ___UISlidingToolBar_h___ 19 19 #define ___UISlidingToolBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h
r73799 r76532 18 18 #ifndef ___UISlidingWidget_h___ 19 19 #define ___UISlidingWidget_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h
r71630 r76532 18 18 #ifndef ___VBoxSpecialControls_h__ 19 19 #define ___VBoxSpecialControls_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIStatusBarEditorWindow.h
r74942 r76532 18 18 #ifndef ___UIStatusBarEditorWindow_h___ 19 19 #define ___UIStatusBarEditorWindow_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h
r73533 r76532 18 18 #ifndef ___UITabBar_h___ 19 19 #define ___UITabBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.h
r74593 r76532 18 18 #ifndef ___UIToolBar_h___ 19 19 #define ___UIToolBar_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h
r71942 r76532 18 18 #ifndef ___UIWarningPane_h___ 19 19 #define ___UIWarningPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsButton.h
r69641 r76532 18 18 #ifndef __UIGraphicsButton_h__ 19 19 #define __UIGraphicsButton_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.h
r69500 r76532 18 18 #ifndef __UIGraphicsRotatorButton_h__ 19 19 #define __UIGraphicsRotatorButton_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h
r69500 r76532 18 18 #ifndef ___UIGraphicsTextPane_h___ 19 19 #define ___UIGraphicsTextPane_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsToolBar.h
r69500 r76532 18 18 #ifndef __UIGraphicsToolBar_h__ 19 19 #define __UIGraphicsToolBar_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h
r69500 r76532 18 18 #ifndef __UIGraphicsZoomButton_h__ 19 19 #define __UIGraphicsZoomButton_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizard.h
r72009 r76532 18 18 #ifndef ___UIWizard_h___ 19 19 #define ___UIWizard_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UIWizardPage.h
r72018 r76532 18 18 #ifndef ___UIWizardPage_h___ 19 19 #define ___UIWizardPage_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.h
r71027 r76532 18 18 #ifndef ___UIWizardCloneVD_h___ 19 19 #define ___UIWizardCloneVD_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h
r71948 r76532 18 18 #ifndef ___UIWizardCloneVDPageBasic1_h___ 19 19 #define ___UIWizardCloneVDPageBasic1_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.h
r71027 r76532 18 18 #ifndef ___UIWizardCloneVDPageBasic2_h___ 19 19 #define ___UIWizardCloneVDPageBasic2_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.h
r71027 r76532 18 18 #ifndef ___UIWizardCloneVDPageBasic3_h___ 19 19 #define ___UIWizardCloneVDPageBasic3_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.h
r71027 r76532 18 18 #ifndef ___UIWizardCloneVDPageBasic4_h___ 19 19 #define ___UIWizardCloneVDPageBasic4_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.h
r71027 r76532 18 18 #ifndef ___UIWizardCloneVDPageExpert_h___ 19 19 #define ___UIWizardCloneVDPageExpert_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.h
r72215 r76532 18 18 #ifndef __UIWizardCloneVM_h__ 19 19 #define __UIWizardCloneVM_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.h
r74576 r76532 18 18 #ifndef __UIWizardCloneVMPageBasic1_h__ 19 19 #define __UIWizardCloneVMPageBasic1_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.h
r69500 r76532 18 18 #ifndef __UIWizardCloneVMPageBasic2_h__ 19 19 #define __UIWizardCloneVMPageBasic2_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.h
r69500 r76532 18 18 #ifndef __UIWizardCloneVMPageBasic3_h__ 19 19 #define __UIWizardCloneVMPageBasic3_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h
r74576 r76532 18 18 #ifndef __UIWizardCloneVMPageExpert_h__ 19 19 #define __UIWizardCloneVMPageExpert_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportApp.h
r73349 r76532 18 18 #ifndef ___UIWizardExportApp_h___ 19 19 #define ___UIWizardExportApp_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppDefs.h
r74878 r76532 18 18 #ifndef ___UIWizardExportAppDefs_h___ 19 19 #define ___UIWizardExportAppDefs_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic1.h
r74878 r76532 18 18 #ifndef ___UIWizardExportAppPageBasic1_h___ 19 19 #define ___UIWizardExportAppPageBasic1_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.h
r75227 r76532 18 18 #ifndef ___UIWizardExportAppPageBasic2_h___ 19 19 #define ___UIWizardExportAppPageBasic2_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.h
r75227 r76532 18 18 #ifndef ___UIWizardExportAppPageBasic3_h___ 19 19 #define ___UIWizardExportAppPageBasic3_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.h
r75227 r76532 18 18 #ifndef ___UIWizardExportAppPageExpert_h___ 19 19 #define ___UIWizardExportAppPageExpert_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.h
r71027 r76532 18 18 #ifndef __UIWizardFirstRun_h__ 19 19 #define __UIWizardFirstRun_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h
r74942 r76532 18 18 #ifndef __UIWizardFirstRunPageBasic_h__ 19 19 #define __UIWizardFirstRunPageBasic_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportApp.h
r69500 r76532 18 18 #ifndef __UIWizardImportApp_h__ 19 19 #define __UIWizardImportApp_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppDefs.h
r69500 r76532 18 18 #ifndef __UIWizardImportAppDefs_h__ 19 19 #define __UIWizardImportAppDefs_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Global includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.h
r72174 r76532 18 18 #ifndef __UIWizardImportAppPageBasic1_h__ 19 19 #define __UIWizardImportAppPageBasic1_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.h
r72545 r76532 18 18 #ifndef ___UIWizardImportAppPageBasic2_h___ 19 19 #define ___UIWizardImportAppPageBasic2_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.h
r69500 r76532 18 18 #ifndef __UIWizardImportAppPageExpert_h__ 19 19 #define __UIWizardImportAppPageExpert_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h
r73597 r76532 18 18 #ifndef __UIWizardNewVD_h__ 19 19 #define __UIWizardNewVD_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.h
r72021 r76532 18 18 #ifndef __UIWizardNewVDPageBasic1_h__ 19 19 #define __UIWizardNewVDPageBasic1_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.h
r72021 r76532 18 18 #ifndef __UIWizardNewVDPageBasic2_h__ 19 19 #define __UIWizardNewVDPageBasic2_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h
r73599 r76532 18 18 #ifndef __UIWizardNewVDPageBasic3_h__ 19 19 #define __UIWizardNewVDPageBasic3_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h
r72021 r76532 18 18 #ifndef __UIWizardNewVDPageExpert_h__ 19 19 #define __UIWizardNewVDPageExpert_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.h
r74878 r76532 18 18 #ifndef __UIWizardNewVM_h__ 19 19 #define __UIWizardNewVM_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* GUI includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.h
r72186 r76532 18 18 #ifndef __UIWizardNewVMPageBasic1_h__ 19 19 #define __UIWizardNewVMPageBasic1_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h
r71943 r76532 18 18 #ifndef __UIWizardNewVMPageBasic2_h__ 19 19 #define __UIWizardNewVMPageBasic2_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h
r74942 r76532 18 18 #ifndef __UIWizardNewVMPageBasic3_h__ 19 19 #define __UIWizardNewVMPageBasic3_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Qt includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.h
r74878 r76532 18 18 #ifndef __UIWizardNewVMPageExpert_h__ 19 19 #define __UIWizardNewVMPageExpert_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* Local includes: */
Note:
See TracChangeset
for help on using the changeset viewer.