summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/applicationrunconfiguration.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-07-15 17:41:45 +0200
committerdt <qtc-committer@nokia.com>2009-07-15 17:41:45 +0200
commit54bbcc4a7c7043f1ee94a9d014b5a71b254033ae (patch)
treeb62df1aff5bcf4b1a8695893f8b66c06f4f6ec95 /src/plugins/projectexplorer/applicationrunconfiguration.h
parent609e3c7f6b9496e6e3de8355037b108c1fec66ad (diff)
downloadqt-creator-54bbcc4a7c7043f1ee94a9d014b5a71b254033ae.tar.gz
Mention possible locations of the debugging helper in the error dialog
Requires a lot of trivial forwarding.
Diffstat (limited to 'src/plugins/projectexplorer/applicationrunconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/applicationrunconfiguration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/applicationrunconfiguration.h b/src/plugins/projectexplorer/applicationrunconfiguration.h
index 6d347c0ab6..0f4315844c 100644
--- a/src/plugins/projectexplorer/applicationrunconfiguration.h
+++ b/src/plugins/projectexplorer/applicationrunconfiguration.h
@@ -57,6 +57,7 @@ public:
virtual QStringList commandLineArguments() const = 0;
virtual Environment environment() const = 0;
virtual QString dumperLibrary() const = 0;
+ virtual QStringList dumperLibraryLocations() const = 0;
virtual ProjectExplorer::ToolChain::ToolChainType toolChainType() const = 0;
virtual void save(PersistentSettingsWriter &writer) const;