debugger: re-enable sorting of source files, modules, and thread views

Change-Id: I5610be7e78593d345c1f79fff6b2a61b105f8fbc
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2011-10-28 10:36:02 +02:00
committed by Eike Ziller
parent fb6d940485
commit 49e56cdd2c
3 changed files with 3 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ SourceFilesWindow::SourceFilesWindow(QWidget *parent)
: BaseWindow(parent)
{
setWindowTitle(tr("Source Files"));
setSortingEnabled(true);
}
void SourceFilesWindow::rowActivated(const QModelIndex &index)