aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/createandroidmanifestwizard.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2020-01-08 22:47:06 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2020-01-09 08:08:48 +0000
commit8a8efbd60dfc7ccc44ea93c41a768832156b3e18 (patch)
treeb9cc637c74f6b316589ee6151948de837e0dce94 /src/plugins/android/createandroidmanifestwizard.h
parent372014b843ac66f4aa209da76c0b45d3dca8b476 (diff)
Android: Use Utils::InfoLabel in CreateAndroidManifestWizard
Task-number: QTCREATORBUG-23346 Change-Id: I4d9049625e87bc8e770982fd10c59d8030774731 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Diffstat (limited to 'src/plugins/android/createandroidmanifestwizard.h')
-rw-r--r--src/plugins/android/createandroidmanifestwizard.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/android/createandroidmanifestwizard.h b/src/plugins/android/createandroidmanifestwizard.h
index 4695f9a4d52..3a5080f67ec 100644
--- a/src/plugins/android/createandroidmanifestwizard.h
+++ b/src/plugins/android/createandroidmanifestwizard.h
@@ -37,6 +37,10 @@ class QLabel;
class QFormLayout;
QT_END_NAMESPACE
+namespace Utils {
+class InfoLabel;
+}
+
namespace ProjectExplorer { class Target; }
namespace Android {
@@ -78,8 +82,7 @@ private:
private:
CreateAndroidManifestWizard *m_wizard;
Utils::PathChooser *m_androidPackageSourceDir;
- QLabel *m_sourceDirectoryWarning;
- QLabel *m_warningIcon;
+ Utils::InfoLabel *m_sourceDirectoryWarning;
QLabel *m_label;
QFormLayout *m_layout;
bool m_complete;