aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-24 17:02:42 +0200
committerhjk <qthjk@ovi.com>2012-07-24 17:11:19 +0200
commite3a5e27eb78a7ae828c2c28871332dc878c53c95 (patch)
tree33569093ec912a061db5961584da083216224224 /src/plugins/debugger/debuggerdialogs.h
parentd1f8e120bfa2c79aec7dabebf9a8f599a44d20b6 (diff)
debugger: merge local and remote core selection
Change-Id: I1659eb5a13283814d307c4b4b7adaec87bbbbe9d Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 3875b8047e..d97fd9cbe4 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -61,36 +61,6 @@ class StartRemoteDialogPrivate;
class StartRemoteEngineDialogPrivate;
class StartRemoteParameters;
-class AttachCoreDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit AttachCoreDialog(QWidget *parent);
- ~AttachCoreDialog();
-
- void setExecutableFile(const QString &executable);
- void setCoreFile(const QString &core);
-
- QString executableFile() const;
- QString coreFile() const;
-
- int profileIndex() const;
- void setProfileIndex(int);
- Core::Id profileId() const;
-
- QString overrideStartScript() const;
- void setOverrideStartScript(const QString &scriptName);
-
-private slots:
- void changed();
-
-private:
- bool isValid() const;
-
- AttachCoreDialogPrivate *d;
-};
-
class AttachExternalDialog : public QDialog
{
Q_OBJECT