aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/deployconfiguration.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-01-12 12:23:56 +0100
committerhjk <hjk@qt.io>2018-01-16 11:32:34 +0000
commitd7147f90684651f1f21745b3fdd4a3b24fa7703f (patch)
tree8f252e391c8a29e641026f5f0bfec1791b689871 /src/plugins/projectexplorer/deployconfiguration.h
parenteecc26f40ea8b1c558fd4edeedc4fea6fbe69d10 (diff)
ProjectExplorer: Remove allDeployConfigurationFactories() accessor
It's only used once to check whether there exist at least one. Since there's always the DefaultConfigurationFactory when the ProjectExplorer is present, this check will always succeed. Change-Id: Id457701bd6c8f68b91a0e225507181a878faac4a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/deployconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/deployconfiguration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/deployconfiguration.h b/src/plugins/projectexplorer/deployconfiguration.h
index 36a51b38027..da1047baecb 100644
--- a/src/plugins/projectexplorer/deployconfiguration.h
+++ b/src/plugins/projectexplorer/deployconfiguration.h
@@ -80,8 +80,6 @@ public:
DeployConfigurationFactory();
~DeployConfigurationFactory();
- static QList<DeployConfigurationFactory *> allDeployConfigurationFactories();
-
// used to show the list of possible additons to a target, returns a list of types
QList<Core::Id> availableCreationIds(Target *parent) const;
// used to translate the types to names to display to the user