aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2019-01-18 14:51:05 +0100
committerhjk <[email protected]>2019-01-22 09:33:19 +0000
commita8d2546dad8d8a05515ff867271e46ebed5841d7 (patch)
treee18fb62782f43a2b69625c90ebf684a059a30db2 /src/plugins/remotelinux/remotelinuxdeployconfiguration.h
parentd89ad246becad9758c17f1fa89766fcd3692f4e9 (diff)
ProjectExplorer: Allow specifying deploy config widgets in the factory
Keep the generality of creating any widget, but also add a convenience function handling the single special case that was ever used. Change-Id: Iab4cbe62de04b9fcc6cb0bb305eaf9a48649d991 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdeployconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxdeployconfiguration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
index 7033e100077..bb99f1f3c89 100644
--- a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
@@ -42,8 +42,6 @@ public:
static Core::Id genericDeployConfigurationId();
- ProjectExplorer::NamedWidget *createConfigWidget() override;
-
template<class T> T *earlierBuildStep(const ProjectExplorer::BuildStep *laterBuildStep) const
{
const QList<ProjectExplorer::BuildStep *> &buildSteps = stepList()->steps();