From 8fba0fcb81e7b517804f34a5c8ad3741f92926da Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 27 Jul 2013 05:01:09 +0200 Subject: Fix window title Set the main window title according to selected tab. --- filesystemdirproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystemdirproxy.cpp') diff --git a/filesystemdirproxy.cpp b/filesystemdirproxy.cpp index 67cf2a4..46df132 100644 --- a/filesystemdirproxy.cpp +++ b/filesystemdirproxy.cpp @@ -10,7 +10,7 @@ #include "filesystemdirproxy.h" -FilesystemDirProxy::FilesystemDirProxy(QObject *parent) : QSortFilterProxyModel(parent) {}; +FilesystemDirProxy::FilesystemDirProxy(QObject *parent) : QSortFilterProxyModel(parent) {} bool FilesystemDirProxy::filterAcceptsRow(int sourcerow, const QModelIndex &sourceparent) const { QFileSystemModel *m = static_cast(sourceModel()); -- cgit v1.2.3-70-g09d2