forked from qt-creator/qt-creator
fix build with namespaced Qt
Change-Id: I014b751d0e7bf584c2370c8ae40fbe91f28ff747 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -32,10 +32,12 @@
|
||||
|
||||
#include <QWizardPage>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QVBoxLayout;
|
||||
class QLabel;
|
||||
class QTreeView;
|
||||
class QLineEdit;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace GenericProjectManager {
|
||||
namespace Internal {
|
||||
|
@@ -38,9 +38,9 @@
|
||||
#include <QTreeView>
|
||||
#include <QLabel>
|
||||
|
||||
class QLabel;
|
||||
class QTreeView;
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QVBoxLayout;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace GenericProjectManager {
|
||||
namespace Internal {
|
||||
|
Reference in New Issue
Block a user