forked from qt-creator/qt-creator
rename QtDebug to QDebug
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include <QTreeWidgetItem>
|
||||
#include <QFileDialog>
|
||||
#include <QCoreApplication>
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
Q_DECLARE_METATYPE(Core::Internal::ShortcutItem*)
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <QTreeWidget>
|
||||
#include <QHeaderView>
|
||||
#include <QCheckBox>
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
Q_DECLARE_METATYPE(Core::IDocument*)
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include <QKeyEvent>
|
||||
#include <QTreeWidgetItem>
|
||||
#include <QCoreApplication>
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
Q_DECLARE_METATYPE(Core::Internal::ShortcutItem*)
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include <QMenu>
|
||||
#include <QAction>
|
||||
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Core;
|
||||
using namespace Core::Internal;
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <QDialogButtonBox>
|
||||
#include <QPushButton>
|
||||
#include <QLabel>
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Core::Internal;
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <QTime>
|
||||
#include <QIcon>
|
||||
|
||||
#include <QtDebug>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Core;
|
||||
using namespace Core::Internal;
|
||||
|
||||
Reference in New Issue
Block a user