summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-24 12:34:46 +0100
committerArno <am@disconnect.de>2012-03-24 12:34:46 +0100
commit1072b045a4aca7b87c51355370c994303a9621f6 (patch)
tree29e9ac4ab979ef488142ceff4e2c5604900d1747 /filesystemwidget.h
parentf30d07e5acb83dd74bc6e6dc75b8b1c9e39e6e01 (diff)
downloadSheMov-1072b045a4aca7b87c51355370c994303a9621f6.tar.gz
SheMov-1072b045a4aca7b87c51355370c994303a9621f6.tar.bz2
SheMov-1072b045a4aca7b87c51355370c994303a9621f6.zip
Indictate slide in status bar
Show red or green icon in status bar, depending on wether we're sliding. Removed the rename to template stuff. It was barely used code. Hopefully deleted all references and code fragments.
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index ed1f288..8328f64 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -46,7 +46,6 @@ class FilesystemWidget : public QWidget {
signals:
void windowTitle(const QString &);
void statusbarMessage(const QString &);
- void newTemplate(const QString &);
void mounted(bool);
public slots:
@@ -58,9 +57,7 @@ class FilesystemWidget : public QWidget {
void deleteFiles();
void toClipboard(int clipmode);
void fromClipboard();
- void renameFile();
- void renameCover(const QString &infix);
- void setTemplate();
+ void renameFile();
void playSelected(const QString &player = QString());
void readSettings();
void writeSettings();