From 3568b6bea122d1ff3805b18c024cee142232fcc7 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 9 Mar 2020 07:02:27 +0100 Subject: [PATCH] Android: Fix build with namespaced Qt Amends 1fbc8a7f68e. Change-Id: Idb76c31c2ab0bf93a49c255bae5b2c428f4961c7 Reviewed-by: David Schulz --- src/plugins/android/androidmanifesteditoriconwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/android/androidmanifesteditoriconwidget.h b/src/plugins/android/androidmanifesteditoriconwidget.h index 96e980dc874..955ac11b8e4 100644 --- a/src/plugins/android/androidmanifesteditoriconwidget.h +++ b/src/plugins/android/androidmanifesteditoriconwidget.h @@ -31,8 +31,10 @@ namespace TextEditor { class TextEditorWidget; } +QT_BEGIN_NAMESPACE class QLabel; class QToolButton; +QT_END_NAMESPACE namespace Android { namespace Internal {