diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-01 21:10:26 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-01 21:10:26 +0000 |
| commit | 7bdd84eec98430e71a4a73fe46561a20d1dc75e3 (patch) | |
| tree | 19a49266561fb3c68fa732a402cf3e14069aff75 /src/plugins/General/rdetect/removablehelper.cpp | |
| parent | f26b15eb0d97fb288c7edd481b76b5df54750879 (diff) | |
| download | qmmp-7bdd84eec98430e71a4a73fe46561a20d1dc75e3.tar.gz qmmp-7bdd84eec98430e71a4a73fe46561a20d1dc75e3.tar.bz2 qmmp-7bdd84eec98430e71a4a73fe46561a20d1dc75e3.zip | |
optimization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8470 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rdetect/removablehelper.cpp')
| -rw-r--r-- | src/plugins/General/rdetect/removablehelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/rdetect/removablehelper.cpp b/src/plugins/General/rdetect/removablehelper.cpp index b7ec1eeeb..1ed0ee609 100644 --- a/src/plugins/General/rdetect/removablehelper.cpp +++ b/src/plugins/General/rdetect/removablehelper.cpp @@ -22,7 +22,7 @@ #include <QActionGroup>
#include <QtDebug>
#include <QStyle>
-#include <qmmpui/mediaplayer.h>
+#include <qmmpui/playlistmanager.h>
#include <windows.h>
#include <dbt.h>
#include <qmmpui/uihelper.h>
@@ -76,7 +76,7 @@ void RemovableHelper::processAction(QAction *action) {
qDebug("RemovableHelper: action triggered: %s", qPrintable(action->data().toString()));
QString path = action->data().toString();
- MediaPlayer::instance()->playListManager()->selectedPlayList()->add(path);
+ PlayListManager::instance()->selectedPlayList()->add(path);
}
void RemovableHelper::updateActions()
|
