aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-14 10:16:53 +0200
committerhjk <qthjk@ovi.com>2012-08-14 14:03:14 +0200
commit98a5fefb9a07de15a49fc324ce03002d6dfac493 (patch)
tree8929948cfef39111b7429760a3f126e01c8160d8 /src/plugins/debugger/debuggerdialogs.h
parentd42b9b026a8c982b7c1e56e0b5a9c9c50c664bd3 (diff)
debugger: simplify the handling of the start script option
Script will be used if and only if there is one given. No extra bool. Change-Id: I095e01b2243f0fa1f7ba2ce9591e3d67b6de5241 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 24122b9b9d..d68e25f00a 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -76,7 +76,7 @@ private:
StartApplicationParameters parameters() const;
void setParameters(const StartApplicationParameters &p);
void setHistory(const QList<StartApplicationParameters> &l);
- void setScriptVisible(bool on);
+ void hideStartScript();
Core::Id profileId() const;
StartApplicationDialogPrivate *d;