summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-07-24 14:14:18 +0200
committerArno <am@disconnect.de>2010-07-24 14:14:18 +0200
commite0e15dd1e2da1c2ce77e7629d5023b1d02bb237e (patch)
treee62e7396026198bcd441fe08a6b527bed6883ccf /shemov.h
parentd617e0679b42680d5068513a951b6f6db10b0565 (diff)
downloadSheMov-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index 2a01783..4ba2f48 100644
--- a/shemov.h
+++ b/shemov.h
@@ -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();