debugger: let 'attach to running process' dialog activate the 'ok' button if

there's only one choice after filtering
This commit is contained in:
hjk
2009-10-05 09:19:38 +02:00
parent d22438e9bd
commit 406d35acd6
2 changed files with 16 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ private slots:
void rebuildProcessList();
void procSelected(const QModelIndex &);
void pidChanged(const QString &);
void setFilterString(const QString &filter);
private:
inline QPushButton *okButton() const;