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. --- filesystemwidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filesystemwidget.h') 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); -- cgit v1.2.3-70-g09d2