Skip to content
Snippets Groups Projects
Commit af801248 authored by ck's avatar ck
Browse files

Fix compilation for namespaced Qt.

parent ae9d013f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#include <QtGui/QDialog>
class QCheckBox;
QT_FORWARD_DECLARE_CLASS(QCheckBox);
namespace Qt4ProjectManager {
......
......@@ -38,7 +38,9 @@
#include <QMutex>
#include <QWaitCondition>
QT_BEGIN_NAMESPACE
class QSettings;
QT_END_NAMESPACE
namespace Qt4ProjectManager {
namespace Internal {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment