From 49e56cdd2c554bbe19508ad39a300f633839d9f2 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 28 Oct 2011 10:36:02 +0200 Subject: debugger: re-enable sorting of source files, modules, and thread views Change-Id: I5610be7e78593d345c1f79fff6b2a61b105f8fbc Reviewed-by: Eike Ziller --- src/plugins/debugger/sourcefileswindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/sourcefileswindow.cpp') 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) -- cgit v1.2.1