From 7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 11 May 2009 12:31:48 +0000 Subject: enabled file operations plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@936 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/fileops/fileops.h') diff --git a/src/plugins/General/fileops/fileops.h b/src/plugins/General/fileops/fileops.h index 946071e47..cd84e1d4b 100644 --- a/src/plugins/General/fileops/fileops.h +++ b/src/plugins/General/fileops/fileops.h @@ -25,14 +25,15 @@ class QAction; class SoundCore; +class PlayListItem; /** - @author Ilya Kotov + @author Ilya Kotov */ class FileOps : public General { -Q_OBJECT + Q_OBJECT public: FileOps(QObject *parent = 0); @@ -42,7 +43,6 @@ public: { COPY = 0, RENAME, - MOVE, REMOVE }; @@ -50,6 +50,8 @@ private slots: void execAction(int n); private: + QString generateFileName(PlayListItem *item, QString pattern); + QString printTag(QString str, QString regExp, QString tagStr, QString fmt); QList m_types; QStringList m_patterns; QStringList m_destinations; -- cgit v1.2.3-13-gbd6f