VirtualBox

Changeset 30288 in vbox


Ignore:
Timestamp:
Jun 17, 2010 4:19:41 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: cleanup

Location:
trunk/src/VBox/Frontends/VirtualBox/src/globals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp

    r30024 r30288  
    77
    88/*
    9  * Copyright (C) 2006-2007 Oracle Corporation
     9 * Copyright (C) 2006-2010 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1818 */
    1919
     20/* Local includes */
    2021#include <VBoxDefs.h>
    21 
    22 const QUuid QUuid_null;
    2322
    2423const char* VBoxDefs::GUI_LastWindowPosition = "GUI/LastWindowPostion";
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.h

    r30024 r30288  
    4646#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
    4747#endif
    48 
    49 #if defined (VBOX_GUI_USE_QIMAGE) || \
    50     defined (VBOX_GUI_USE_SDL) || \
    51     defined (VBOX_GUI_USE_DDRAW)
    52   #if !defined (VBOX_GUI_USE_EXT_FRAMEBUFFER)
    53     #define VBOX_GUI_USE_EXT_FRAMEBUFFER
    54   #endif
    55 #else
    56   #if defined (VBOX_GUI_USE_EXT_FRAMEBUFFER)
    57     #undef VBOX_GUI_USE_EXT_FRAMEBUFFER
    58   #endif
    59 #endif
    60 
    61 /** Null UUID constant to be used as a default value for reference parameters */
    62 extern const QUuid QUuid_null;
    6348
    6449/** Common namespace for all enums */
     
    197182#define MAC_LEOPARD_STYLE defined(Q_WS_MAC) && (QT_VERSION >= 0x040300)
    198183
    199 #endif // __VBoxDefs_h__
     184#endif /* __VBoxDefs_h__ */
    200185
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette