aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/uihelper.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-03 13:37:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-03 13:37:23 +0000
commitc08f92cd60b3085bca71d25fa7c2d4583339c281 (patch)
treec995f317eb61075b9609eb13ecca4d258eb60a6d /src/qmmpui/uihelper.h
parentefc9ddaaa552acf0cc3d96f1dcdb2459b27141f3 (diff)
downloadqmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.tar.gz
qmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.tar.bz2
qmmp-c08f92cd60b3085bca71d25fa7c2d4583339c281.zip
added playlist functions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2265 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/uihelper.h')
-rw-r--r--src/qmmpui/uihelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h
index ec33250e8..e6987c618 100644
--- a/src/qmmpui/uihelper.h
+++ b/src/qmmpui/uihelper.h
@@ -90,6 +90,10 @@ public:
PlayListModel *model = PlayListManager::instance()->selectedPlayList());
void addDirectory(QWidget *parent = qApp->activeWindow(),
PlayListModel *model = PlayListManager::instance()->selectedPlayList());
+ void loadPlayList(QWidget *parent = qApp->activeWindow(),
+ PlayListModel *model = PlayListManager::instance()->selectedPlayList());
+ void savePlayList(QWidget *parent = qApp->activeWindow(),
+ PlayListModel *model = PlayListManager::instance()->selectedPlayList());
/*!
* Returns a pointer to the object's instance.
*/