aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileops.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-25 20:57:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-25 20:57:39 +0000
commit16cb4ed99ba463daa20feadf35d66af8367efbac (patch)
tree67bb07c1b3461e99b502be51fd07809523c72f0f /src/plugins/General/fileops/fileops.h
parent2248c16122f9986aa91a0227a7602e3f21ef4d12 (diff)
downloadqmmp-16cb4ed99ba463daa20feadf35d66af8367efbac.tar.gz
qmmp-16cb4ed99ba463daa20feadf35d66af8367efbac.tar.bz2
qmmp-16cb4ed99ba463daa20feadf35d66af8367efbac.zip
improved fileops plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1584 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileops.h')
-rw-r--r--src/plugins/General/fileops/fileops.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/General/fileops/fileops.h b/src/plugins/General/fileops/fileops.h
index cd84e1d4b..1ba862308 100644
--- a/src/plugins/General/fileops/fileops.h
+++ b/src/plugins/General/fileops/fileops.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -50,8 +50,6 @@ private slots:
void execAction(int n);
private:
- QString generateFileName(PlayListItem *item, QString pattern);
- QString printTag(QString str, QString regExp, QString tagStr, QString fmt);
QList <int> m_types;
QStringList m_patterns;
QStringList m_destinations;