Skip to content
Snippets Groups Projects
Commit 259357ed authored by hjk's avatar hjk
Browse files

Fixes: compile fix with namespaced Qt

    Task:     180315
parent 073734b8
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,11 @@
#include <QtCore/QStringList>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class QWidget;
class QLabel;
class QLineEdit;
QT_END_NAMESPACE
namespace Qt4ProjectManager {
......
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