diff options
author | hjk <hjk@qt.io> | 2018-10-15 17:52:15 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2018-10-17 06:14:55 +0000 |
commit | d6c605d84c1eb20e3614532aa0d535d8506da8dd (patch) | |
tree | 1a941723591a5f7b832f5995c6ef9197677891bf /src/plugins/ios/iosdeploystepwidget.h | |
parent | fb1c562c2ed9cd43f16773f3228d64bd8ff32173 (diff) | |
download | qt-creator-d6c605d84c1eb20e3614532aa0d535d8506da8dd.tar.gz |
ProjectExplorer: Change BuildStepConfigWidget::summaryWidget()
From a virtual function to a normal one backed by a real data member.
That's essentially what several re-implementations did, the other
ones used a fixed value instead.
Change-Id: I61e45f1d4f7f0f80fe2eb1f2729785f37e7bb803
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/ios/iosdeploystepwidget.h')
-rw-r--r-- | src/plugins/ios/iosdeploystepwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/ios/iosdeploystepwidget.h b/src/plugins/ios/iosdeploystepwidget.h index 54c03f3382..6ab40cc8dc 100644 --- a/src/plugins/ios/iosdeploystepwidget.h +++ b/src/plugins/ios/iosdeploystepwidget.h @@ -43,8 +43,6 @@ public: ~IosDeployStepWidget(); private: - QString summaryText() const override; - Ui::IosDeployStepWidget *ui; IosDeployStep *m_step; }; |