forked from qt-creator/qt-creator
Compile fix with namespaces
Change-Id: I4104cf431643d559934f78a42046a3a8f1901e9b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -39,7 +39,9 @@
|
|||||||
|
|
||||||
#include <QtNetwork/QAbstractSocket>
|
#include <QtNetwork/QAbstractSocket>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QTextDocument;
|
class QTextDocument;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class IEditor;
|
class IEditor;
|
||||||
|
|||||||
Reference in New Issue
Block a user