- Timestamp:
- Sep 15, 2008 4:29:50 PM (16 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgGui.h
r12466 r12469 30 30 #endif 31 31 32 #include "VBoxDbgStats.h" 32 #ifdef VBOXDBG_USE_QT4 33 # include "VBoxDbgStatsQt4.h" 34 #else 35 # include "VBoxDbgStats.h" 36 #endif 33 37 #include "VBoxDbgConsole.h" 34 38 -
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
r12464 r12469 25 25 *******************************************************************************/ 26 26 #define LOG_GROUP LOG_GROUP_DBGG 27 #include "VBoxDbgStats.h" 28 #ifdef VBOXDBG_USE_QT4 29 # include <QLocale> 30 # include <QPushButton> 31 # include <QSpinBox> 32 # include <QLabel> 33 # include <QClipboard> 34 # include <QApplication> 35 # include <QHBoxLayout> 36 # include <QVBoxLayout> 37 #else 38 # include <qlocale.h> 39 # include <qpushbutton.h> 40 # include <qspinbox.h> 41 # include <qlabel.h> 42 # include <qclipboard.h> 43 # include <qapplication.h> 44 #endif 27 #include "VBoxDbgStatsQt4.h" 28 29 #include <QLocale> 30 #include <QPushButton> 31 #include <QSpinBox> 32 #include <QLabel> 33 #include <QClipboard> 34 #include <QApplication> 35 #include <QHBoxLayout> 36 #include <QVBoxLayout> 45 37 46 38 #include <VBox/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.