diff options
author | Arno <am@disconnect.de> | 2010-07-24 14:14:18 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-07-24 14:14:18 +0200 |
commit | e0e15dd1e2da1c2ce77e7629d5023b1d02bb237e (patch) | |
tree | e62e7396026198bcd441fe08a6b527bed6883ccf /shemov.h | |
parent | d617e0679b42680d5068513a951b6f6db10b0565 (diff) | |
download | SheMov-e0e15dd1e2da1c2ce77e7629d5023b1d02bb237e.tar.gz SheMov-e0e15dd1e2da1c2ce77e7629d5023b1d02bb237e.tar.bz2 SheMov-e0e15dd1e2da1c2ce77e7629d5023b1d02bb237e.zip |
Set window title in ArchiveTreeView
Construct a window title in ArchiveTreeView and show it when Tab is
activated or file mode is changed.
Also deleted the unneded slot newWindowTitle in SheMov: setWindowTitle
is a slot by itself.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ class SheMov : public QMainWindow { private slots: void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev); - void newWindowTitle(const QString &title); void statusbarMessage(const QString &message); void setTemplate(const QString &newTemplate); void configure(); |