VirtualBox

Changeset 12469 in vbox for trunk


Ignore:
Timestamp:
Sep 15, 2008 4:29:50 PM (16 years ago)
Author:
vboxsync
Message:

Debugger: qt4 copies of the stats impl.

Location:
trunk/src/VBox/Debugger
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgGui.h

    r12466 r12469  
    3030#endif
    3131
    32 #include "VBoxDbgStats.h"
     32#ifdef VBOXDBG_USE_QT4
     33# include "VBoxDbgStatsQt4.h"
     34#else
     35# include "VBoxDbgStats.h"
     36#endif
    3337#include "VBoxDbgConsole.h"
    3438
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp

    r12464 r12469  
    2525*******************************************************************************/
    2626#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>
    4537
    4638#include <VBox/err.h>
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