aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-09-09 14:06:30 +0200
committerhjk <qthjk@ovi.com>2012-09-09 14:16:04 +0200
commit507334526ec61322244f8e3bc52d0e0d7d2c1cdc (patch)
tree2575ac73bef9ce3f675c78b21f9d5437b4b3e521 /src/plugins/debugger/debuggerdialogs.h
parentf626ea951e0278f33d350e6c4ca8e1cfd5a69451 (diff)
debugger: make 'Attach to Remote Server' port customizable again
This was a regression after the target changes. Change-Id: I7dd382d741c64116afee418b12f8774dea4da70a 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, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index a0e5c251e9..1273718ad4 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -96,8 +96,6 @@ private:
StartApplicationParameters parameters() const;
void setParameters(const StartApplicationParameters &p);
void setHistory(const QList<StartApplicationParameters> &l);
- void hideStartScript();
- Core::Id kitId() const;
StartApplicationDialogPrivate *d;
};