diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 13:37:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-03 13:37:23 +0000 |
| commit | c08f92cd60b3085bca71d25fa7c2d4583339c281 (patch) | |
| tree | c995f317eb61075b9609eb13ecca4d258eb60a6d /src/qmmpui/uihelper.h | |
| parent | efc9ddaaa552acf0cc3d96f1dcdb2459b27141f3 (diff) | |
| download | qmmp-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.h | 4 |
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. */ |
