diff options
author | Arno <am@disconnect.de> | 2013-07-27 05:01:09 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-27 05:01:09 +0200 |
commit | 8fba0fcb81e7b517804f34a5c8ad3741f92926da (patch) | |
tree | 8919264536b47420c2e624aa33766a2246d72fc1 /filesystemdirproxy.h | |
parent | 0afebd0e3cb3da831cd5ffba1eefbe9e61e408a1 (diff) | |
download | SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.tar.gz SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.tar.bz2 SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.zip |
Fix window title
Set the main window title according to selected tab.
Diffstat (limited to 'filesystemdirproxy.h')
-rw-r--r-- | filesystemdirproxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystemdirproxy.h b/filesystemdirproxy.h index 67c30de..4c9c998 100644 --- a/filesystemdirproxy.h +++ b/filesystemdirproxy.h @@ -16,7 +16,6 @@ class FilesystemDirProxy : public QSortFilterProxyModel { Q_OBJECT public: FilesystemDirProxy(QObject *parent = 0); - ~FilesystemDirProxy() {}; virtual bool filterAcceptsRow(int sourcerow, const QModelIndex &source_parent) const; }; |