diff options
Diffstat (limited to 'archivemodel.h')
-rw-r--r-- | archivemodel.h | 2 |
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); |