VirtualBox

Ignore:
Timestamp:
Sep 12, 2014 4:19:53 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96071
Message:

FE/Qt: Precompiled header hacking (work in progress).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp

    r52727 r52730  
    1616 */
    1717
     18#ifdef VBOX_WITH_PRECOMPILED_HEADERS
     19# include <precomp.h>
     20#else  /* !VBOX_WITH_PRECOMPILED_HEADERS */
     21
    1822/* Qt includes: */
    19 #include <QApplication>
    20 #include <QHash>
     23# include <QApplication>
     24# include <QHash>
    2125
    2226/* GUI includes: */
    23 #include "UIConverterBackend.h"
    24 #include "UIIconPool.h"
    25 #include "VBoxGlobal.h"
     27# include "UIConverterBackend.h"
     28# include "UIIconPool.h"
     29# include "VBoxGlobal.h"
    2630
    2731/* COM includes: */
    28 #include "CSystemProperties.h"
     32# include "CSystemProperties.h"
     33
     34#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
     35
    2936
    3037/* Determines if <Object of type X> can be converted to object of other type.
Note: See TracChangeset for help on using the changeset viewer.

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