aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerdialogs.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-08 12:03:07 +0200
committerhjk <qthjk@ovi.com>2012-08-08 12:15:45 +0200
commit7a6beafa6942bc7f1ac120ff7bfcd009ccd89b9a (patch)
tree0cddbda1bafc92dcd316ae8d959c6315600d7c63 /src/plugins/debugger/debuggerdialogs.h
parent389dc900cce0e18dd555b3266acf5b253a41f8ee (diff)
debugger: merge attach to local and remote process dialogs
This also merges a larger part of the two code paths. Change-Id: I84a88c53ebc0073becac88ba04e63efd9a4a98b3 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerdialogs.h')
-rw-r--r--src/plugins/debugger/debuggerdialogs.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/plugins/debugger/debuggerdialogs.h b/src/plugins/debugger/debuggerdialogs.h
index 3b8ba8084a..d38d92f968 100644
--- a/src/plugins/debugger/debuggerdialogs.h
+++ b/src/plugins/debugger/debuggerdialogs.h
@@ -52,7 +52,6 @@ class DebuggerStartParameters;
namespace Internal {
class AttachCoreDialogPrivate;
-class AttachExternalDialogPrivate;
class AttachToQmlPortDialogPrivate;
class ProcessListFilterModel;
class StartExternalDialogPrivate;
@@ -61,37 +60,6 @@ class StartRemoteDialogPrivate;
class StartRemoteEngineDialogPrivate;
class StartRemoteParameters;
-class AttachExternalDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit AttachExternalDialog(QWidget *parent);
- ~AttachExternalDialog();
-
- qint64 attachPID() const;
- QString executable() const;
-
- int profileIndex() const;
- void setProfileIndex(int);
- Core::Id profileId() const;
-
- void accept();
-
-private slots:
- void rebuildProcessList();
- void procSelected(const QModelIndex &index);
- void procClicked(const QModelIndex &index);
- void pidChanged(const QString &index);
- void setFilterString(const QString &filter);
-
-private:
- inline QPushButton *okButton() const;
- inline QString attachPIDText() const;
-
- AttachExternalDialogPrivate *d;
-};
-
class StartExternalDialog : public QDialog
{
Q_OBJECT