summaryrefslogtreecommitdiffstats
path: root/archivemodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-27 05:01:09 +0200
committerArno <am@disconnect.de>2013-07-27 05:01:09 +0200
commit8fba0fcb81e7b517804f34a5c8ad3741f92926da (patch)
tree8919264536b47420c2e624aa33766a2246d72fc1 /archivemodel.h
parent0afebd0e3cb3da831cd5ffba1eefbe9e61e408a1 (diff)
downloadSheMov-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 'archivemodel.h')
-rw-r--r--archivemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivemodel.h b/archivemodel.h
index 337de65..8e0d853 100644
--- a/archivemodel.h
+++ b/archivemodel.h
@@ -57,12 +57,14 @@ class ArchiveModel : public SmTreeModel {
void needRefresh();
void databaseError(const QString &error);
void message(const QString &msg);
+ void windowTitle(const QString &title);
public slots:
void setOrder(int order);
void setOrder(const QString &order);
void refresh();
void readConfig();
+ void setWindowTitle();
private slots:
void collectorFinished(QObject *thread);