cmakeprojectmanager: compile fix for namespaced Qt

This commit is contained in:
hjk
2009-01-13 12:37:39 +01:00
parent 5b3b765827
commit 2f203ea6c6
2 changed files with 4 additions and 0 deletions

View File

@@ -37,7 +37,9 @@
#include <projectexplorer/buildstep.h>
#include <projectexplorer/abstractprocessstep.h>
QT_BEGIN_NAMESPACE
class QLineEdit;
QT_END_NAMESPACE
namespace CMakeProjectManager {
namespace Internal {

View File

@@ -36,9 +36,11 @@
#include <projectexplorer/abstractprocessstep.h>
QT_BEGIN_NAMESPACE
class QLineEdit;
class QListWidget;
class QListWidgetItem;
QT_END_NAMESPACE
namespace CMakeProjectManager {
namespace Internal {