aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-06 13:27:11 +0200
committerhjk <qtc-committer@nokia.com>2009-05-06 13:27:11 +0200
commit9ae53e49ca7ebb13d2f347657fbb85e87e10a1f8 (patch)
treeb84c3e3fbca4b3c7f4dbccbd0f6d746fb89eb6d5 /src/plugins/debugger/debuggerplugin.h
parent6e22eda3adb48f2c344d07107136c7126fe9e458 (diff)
debugger: rename 'AttachRemote' to 'StartRemote'
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 8990a64191..78d228dc8e 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -98,9 +98,9 @@ private slots:
void showSettingsDialog();
void startExternalApplication();
+ void startRemoteApplication();
void attachExternalApplication();
void attachCore();
- void attachRemoteApplication();
private:
void readSettings();
@@ -122,9 +122,9 @@ private:
QAction *m_toggleLockedAction;
QAction *m_startExternalAction;
+ QAction *m_startRemoteAction;
QAction *m_attachExternalAction;
QAction *m_attachCoreAction;
- QAction *m_attachRemoteAction;
};
} // namespace Internal