Changeset 52730 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
- Timestamp:
- Sep 12, 2014 4:19:53 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r52727 r52730 16 16 */ 17 17 18 #ifdef VBOX_WITH_PRECOMPILED_HEADERS 19 # include <precomp.h> 20 #else /* !VBOX_WITH_PRECOMPILED_HEADERS */ 21 18 22 /* Qt includes: */ 19 # include <QApplication>20 # include <QHash>23 # include <QApplication> 24 # include <QHash> 21 25 22 26 /* 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" 26 30 27 31 /* COM includes: */ 28 #include "CSystemProperties.h" 32 # include "CSystemProperties.h" 33 34 #endif /* !VBOX_WITH_PRECOMPILED_HEADERS */ 35 29 36 30 37 /* Determines if <Object of type X> can be converted to object of other type.
Note:
See TracChangeset
for help on using the changeset viewer.