From 6febc67023d60af694b47f07773f5488ad4c57f3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Jun 2015 10:55:18 +0000 Subject: fileops: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5127 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.h | 8 ++++++++ 1 file changed, 8 insertions(+) (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 23677a0c2..a336b31a1 100644 --- a/src/plugins/General/fileops/fileops.h +++ b/src/plugins/General/fileops/fileops.h @@ -26,6 +26,8 @@ class QAction; class SoundCore; class PlayListTrack; +class MetaDataFormatter; +class PlayListModel; /** @author Ilya Kotov @@ -51,6 +53,12 @@ private slots: void execAction(int n); private: + void copy(QList tracks, const QString &dest, MetaDataFormatter *formatter); + void rename(QList tracks, MetaDataFormatter *formatter, + PlayListModel *model); + void move(QList tracks, const QString &dest, MetaDataFormatter *formatter, + PlayListModel *model); + QList m_types; QStringList m_patterns; QStringList m_destinations; -- cgit v1.2.3-13-gbd6f