summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/runsettingspropertiespage.h
diff options
context:
space:
mode:
authorPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>2014-01-14 15:13:26 +0100
committerPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>2014-01-17 07:24:59 +0100
commit1e9433e779be54d3c30041f6d3f007cc829043a5 (patch)
treebebeee437733f9383439889dd62adece352eddd7 /src/plugins/projectexplorer/runsettingspropertiespage.h
parente8dbf1e4371eb7b3c8311aabecde02b99418b230 (diff)
downloadqt-creator-1e9433e779be54d3c30041f6d3f007cc829043a5.tar.gz
RunConfiguration: added possibility to clone "Run" configuration
Active "Run" configuration can be clone together with arguments and "Run Environment" Change-Id: Iec1a4b0b0702957c30580098e916fe8e665f236e Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/runsettingspropertiespage.h')
-rw-r--r--src/plugins/projectexplorer/runsettingspropertiespage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.h b/src/plugins/projectexplorer/runsettingspropertiespage.h
index c48d7d001d..f1cad07038 100644
--- a/src/plugins/projectexplorer/runsettingspropertiespage.h
+++ b/src/plugins/projectexplorer/runsettingspropertiespage.h
@@ -79,6 +79,7 @@ private slots:
void currentRunConfigurationChanged(int index);
void aboutToShowAddMenu();
void addRunConfiguration();
+ void cloneRunConfiguration();
void removeRunConfiguration();
void activeRunConfigurationChanged();
void renameRunConfiguration();