QmlProjectManager: Fix compile with namespaced Qt

Amends 50a350f0a3.

Change-Id: I65dd23cf98c4822a0e7dc6a75413415648cff2e2
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2020-01-08 11:01:30 +01:00
committed by hjk
parent 26344c38a9
commit a0330b6899

View File

@@ -34,7 +34,10 @@
namespace Core {
class IEditor;
}
QT_BEGIN_NAMESPACE
class QComboBox;
QT_END_NAMESPACE
namespace QmlProjectManager {