Debugger/Windows: Do not attach to process being debugged.

Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
Task-number: QTCREATORBUG-2086
This commit is contained in:
Friedemann Kleint
2010-10-22 14:03:25 +02:00
parent c7e47f53bc
commit 1f09c6bc45
4 changed files with 30 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ public:
qint64 attachPID() const;
QString executable() const;
virtual void accept();
private slots:
void rebuildProcessList();
void procSelected(const QModelIndex &index);