debugger: Sort process ID column numerically in "Attach to process" dialog

This commit is contained in:
hjk
2010-03-09 12:25:43 +01:00
parent 9033976a3a
commit 0f7a6a20d4
2 changed files with 28 additions and 4 deletions

View File

@@ -92,8 +92,9 @@ public:
private slots:
void rebuildProcessList();
void procSelected(const QModelIndex &);
void pidChanged(const QString &);
void procSelected(const QModelIndex &index);
void procClicked(const QModelIndex &index);
void pidChanged(const QString &index);
void setFilterString(const QString &filter);
private: