Android: Fix build with namespaced Qt

Amends 1fbc8a7f68.

Change-Id: Idb76c31c2ab0bf93a49c255bae5b2c428f4961c7
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2020-03-09 07:02:27 +01:00
parent a6d52a6e28
commit 3568b6bea1

View File

@@ -31,8 +31,10 @@ namespace TextEditor {
class TextEditorWidget;
}
QT_BEGIN_NAMESPACE
class QLabel;
class QToolButton;
QT_END_NAMESPACE
namespace Android {
namespace Internal {