diff options
author | hjk <qtc-committer@nokia.com> | 2011-10-28 10:36:02 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-10-28 11:04:27 +0200 |
commit | 49e56cdd2c554bbe19508ad39a300f633839d9f2 (patch) | |
tree | d0dc7a0cd2007cf2aaebd6ba2e6d741c230f9b8b /src/plugins/debugger/sourcefileswindow.cpp | |
parent | fb6d940485771a7e61508d2860e840f20daa062f (diff) | |
download | qt-creator-49e56cdd2c554bbe19508ad39a300f633839d9f2.tar.gz |
debugger: re-enable sorting of source files, modules, and thread views
Change-Id: I5610be7e78593d345c1f79fff6b2a61b105f8fbc
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/debugger/sourcefileswindow.cpp')
-rw-r--r-- | src/plugins/debugger/sourcefileswindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/sourcefileswindow.cpp b/src/plugins/debugger/sourcefileswindow.cpp index ffbc5abf69..fc3a67436e 100644 --- a/src/plugins/debugger/sourcefileswindow.cpp +++ b/src/plugins/debugger/sourcefileswindow.cpp @@ -60,6 +60,7 @@ SourceFilesWindow::SourceFilesWindow(QWidget *parent) : BaseWindow(parent) { setWindowTitle(tr("Source Files")); + setSortingEnabled(true); } void SourceFilesWindow::rowActivated(const QModelIndex &index) |