debugger: put sort marker on the right column

This commit is contained in:
hjk
2010-03-29 16:19:14 +02:00
parent 6c45e45488
commit a699e6d56a

View File

@@ -316,6 +316,7 @@ AttachExternalDialog::AttachExternalDialog(QWidget *parent)
m_ui->procView->setModel(m_model);
m_ui->procView->setSortingEnabled(true);
m_ui->procView->sortByColumn(1, Qt::AscendingOrder);
connect(m_ui->buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
connect(m_ui->buttonBox, SIGNAL(rejected()), this, SLOT(reject()));