Ios: Do not pollute the global/Qt namespace with widgets

Change-Id: Iccaaff6bff386b8d2513ca79daa581d29b3c6fb2
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-25 11:11:27 +01:00
parent 1088cb8cb7
commit e6bfa27614
5 changed files with 9 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ namespace Internal {
IosSettingsWidget::IosSettingsWidget(QWidget *parent)
: QWidget(parent),
m_ui(new Ui_IosSettingsWidget),
m_ui(new Ui::IosSettingsWidget),
m_saveSettingsRequested(false)
{
initGui();