summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/runsettingspropertiespage.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-01-24 14:21:52 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2011-01-24 15:00:39 +0100
commit78b0c59a9587f49559ee74254bb52953e58fed89 (patch)
tree2f5f784d4e2d1b9c227c92c2cafdd3a077b4343a /src/plugins/projectexplorer/runsettingspropertiespage.h
parent6061c405154024cf4362ae63b11f5599993908f6 (diff)
downloadqt-creator-78b0c59a9587f49559ee74254bb52953e58fed89.tar.gz
Make RunSettingsWidget more robust
Handle a situation that can never happen but caused a crash.
Diffstat (limited to 'src/plugins/projectexplorer/runsettingspropertiespage.h')
-rw-r--r--src/plugins/projectexplorer/runsettingspropertiespage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.h b/src/plugins/projectexplorer/runsettingspropertiespage.h
index f2425e732b..bfc06ef904 100644
--- a/src/plugins/projectexplorer/runsettingspropertiespage.h
+++ b/src/plugins/projectexplorer/runsettingspropertiespage.h
@@ -50,6 +50,7 @@ namespace ProjectExplorer {
class DeployConfiguration;
class DeployConfigurationWidget;
class DeployConfigurationModel;
+class RunConfiguration;
class RunConfigurationModel;
namespace Internal {
@@ -112,6 +113,7 @@ private:
QString uniqueDCName(const QString &name);
QString uniqueRCName(const QString &name);
void updateDeployConfiguration(DeployConfiguration *);
+ void setConfigurationWidget(RunConfiguration *rc);
Target *m_target;
RunConfigurationModel *m_runConfigurationsModel;