Changeset 103704 in vbox
- Timestamp:
- Mar 6, 2024 3:15:36 PM (11 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h
r102731 r103704 39 39 #include "QIWithRestorableGeometry.h" 40 40 #include "UILibraryDefs.h" 41 42 /* Other VBox includes: */43 #include <iprt/cdefs.h>44 41 45 42 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataDefs.h
r102775 r103704 39 39 /* GUI includes: */ 40 40 #include "UILibraryDefs.h" 41 42 /* Other VBox includes: */43 #include <iprt/cdefs.h>44 41 45 42 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRestorableGeometry.h
r100064 r103704 49 49 /* Other VBox includes: */ 50 50 #ifdef VBOX_WS_MAC 51 # include "iprt/cpp/utils.h" 51 # include "iprt/cpp/utils.h" // for unconst stuff 52 52 #endif 53 53 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r103579 r103704 132 132 #include <iprt/param.h> 133 133 #include <iprt/path.h> 134 #include <iprt/stream.h> 134 135 #include <iprt/system.h> 135 136 #include <VBox/sup.h> -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UILibraryDefs.h
r98103 r103704 33 33 34 34 /* Other VBox includes: */ 35 #include <iprt/cdefs.h> 35 #include <iprt/cdefs.h> // for DECLEXPORT_CLASS / DECLIMPORT_CLASS stuff 36 36 37 37 /* Define shared library stuff: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h
r98103 r103704 43 43 #endif 44 44 45 /* Other VBox includes: */46 #include <iprt/types.h>47 48 45 49 46 /** QObject subclass, -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserDefs.h
r98103 r103704 36 36 37 37 /* Other VBox includes: */ 38 #include <iprt/cdefs.h> 38 #include <iprt/cdefs.h> // for RT_BIT stuff 39 39 40 40 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItem.h
r98103 r103704 43 43 #include "QIWithRetranslateUI.h" 44 44 #include "UIChooserDefs.h" 45 46 /* Other VBox includes: */47 #include <iprt/cdefs.h>48 45 49 46 /* Forward declaration: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h
r98103 r103704 42 42 #include "QIGraphicsWidget.h" 43 43 #include "UITools.h" 44 45 /* Other VBox includes: */46 #include <iprt/cdefs.h>47 44 48 45 /* Forward declaration: */ -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.h
r98103 r103704 45 45 46 46 /* Other VBox includes: */ 47 #include "iprt/cpp/utils.h" 47 #include "iprt/cpp/utils.h" // for unconst stuff 48 48 49 49 /** Storage medium cache used to -
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreator.h
r102515 r103704 40 40 #include "QIWithRetranslateUI.h" 41 41 #include "UIFileManagerHostTable.h" 42 43 #include <iprt/stream.h>44 42 45 43 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjectItem.h
r99946 r103704 36 36 37 37 /* VBox includes: */ 38 #include <iprt/cdefs.h> 38 #include <iprt/cdefs.h> // for RT_OVERRIDE stuff 39 39 40 40 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/CocoaEventHelper.h
r98103 r103704 36 36 37 37 /* Other VBox includes: */ 38 #include <iprt/cdefs.h>39 38 #include <VBox/VBoxCocoa.h> 40 39 -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h
r98103 r103704 34 34 /* GUI includes: */ 35 35 #include "UILibraryDefs.h" 36 37 /* Other VBox includes: */38 #include <iprt/cdefs.h>39 36 40 37 /* External includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h
r98103 r103704 42 42 #include <ApplicationServices/ApplicationServices.h> 43 43 #undef PVM // Stupid, stupid apple headers (sys/param.h)!! 44 #include <iprt/cdefs.h>45 44 46 45 /* External includes: */ -
trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h
r98103 r103704 32 32 #endif 33 33 34 #include <iprt/cdefs.h> 34 /* Other VBox includes: */ 35 #include <iprt/cdefs.h> // for DECLEXPORT / DECLIMPORT stuff 35 36 36 37 #ifdef IN_VBOXHLP -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISlidingWidget.h
r98103 r103704 36 36 37 37 /* Other VBox includes: */ 38 #include <iprt/cdefs.h> 38 #include <iprt/cdefs.h> // for RT_OVERRIDE stuff 39 39 40 40 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.h
r98103 r103704 39 39 40 40 /* Other VBox includes: */ 41 #include <iprt/cdefs.h> 41 #include <iprt/cdefs.h> // for RT_OVERRIDE stuff 42 42 43 43 /* Forward declarations: */ -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsZoomButton.h
r98103 r103704 36 36 37 37 /* Other VBox includes: */ 38 #include "iprt/ assert.h"38 #include "iprt/cdefs.h" // for RT_BIT stuff 39 39 40 40 /* Forward declarations: */
Note:
See TracChangeset
for help on using the changeset viewer.