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