Android: Use Utils::InfoLabel in CreateAndroidManifestWizard

Task-number: QTCREATORBUG-23346
Change-Id: I4d9049625e87bc8e770982fd10c59d8030774731
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
Alessandro Portale
2020-01-08 22:47:06 +01:00
parent 372014b843
commit 8a8efbd60d
2 changed files with 11 additions and 18 deletions

View File

@@ -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;