aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/fileops/fileops.h')
-rw-r--r--src/plugins/General/fileops/fileops.h8
1 files changed, 8 insertions, 0 deletions
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 <forkotov02@hotmail.ru>
@@ -51,6 +53,12 @@ private slots:
void execAction(int n);
private:
+ void copy(QList<PlayListTrack*> tracks, const QString &dest, MetaDataFormatter *formatter);
+ void rename(QList<PlayListTrack*> tracks, MetaDataFormatter *formatter,
+ PlayListModel *model);
+ void move(QList<PlayListTrack*> tracks, const QString &dest, MetaDataFormatter *formatter,
+ PlayListModel *model);
+
QList <int> m_types;
QStringList m_patterns;
QStringList m_destinations;