forked from qt-creator/qt-creator
Android: Fix build with namespaced Qt
Amends 1fbc8a7f68.
Change-Id: Idb76c31c2ab0bf93a49c255bae5b2c428f4961c7
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -31,8 +31,10 @@ namespace TextEditor {
|
|||||||
class TextEditorWidget;
|
class TextEditorWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QToolButton;
|
class QToolButton;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Android {
|
namespace Android {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|||||||
Reference in New Issue
Block a user