aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-11 15:21:00 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-10-12 11:12:15 +0200
commit7dc88639dc453803dad19467b9853e31a5f74d1e (patch)
tree7a70090f645952424faace1fcb6e1d3ba61df8df /src/plugins/debugger/debuggerdialogs.h
parent7ed717ca62ab080231d019d8b3e378ebd852be5d (diff)
QmlProfiler: Allow user to specify a sysroot for "Attach to Port"
Change-Id: I943255e5a501610195e3758f9fbb42d127f15524 Reviewed-on: http://codereview.qt-project.org/6451 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 1f1bf735a2..639759bd41 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -234,6 +234,9 @@ public:
int port() const;
void setPort(const int port);
+ QString sysroot() const;
+ void setSysroot(const QString &sysroot);
+
private:
Ui::AttachToQmlPortDialog *m_ui;
};