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 /filesystemwidget.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 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index bc5dbcb..c8f7931 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -58,6 +58,7 @@ class FilesystemWidget : public QWidget { void dvdMount(); void moveToArchive(); void selectAllPV(); + void setWindowTitle(); private slots: void dirExpanded(const QModelIndex &idx); @@ -66,7 +67,7 @@ class FilesystemWidget : public QWidget { void resizeFileView(); private: - void setWindowTitle(const QString &dir); + void deleteRecursive(const QFileInfo &start); void copyFiles(const QStringList &files, const QString &dest); void moveFiles(const QStringList &files, const QString &dest); |