diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-04-25 19:02:17 +0000 |
| commit | 646e72f41adb1916f1c24f057b39bed4d7b949c6 (patch) | |
| tree | 1e8eb279b017ef1370d9df685a387c874d67c105 /src/qmmpui/playlistmanager.cpp | |
| parent | 2f766cd3906b2a9534321d955589cd4d9212b175 (diff) | |
| download | qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.gz qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.tar.bz2 qmmp-646e72f41adb1916f1c24f057b39bed4d7b949c6.zip | |
prepare for new metadata api iplementation (compilation is broken,
latest working revision: 7935)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.cpp')
| -rw-r--r-- | src/qmmpui/playlistmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmanager.cpp b/src/qmmpui/playlistmanager.cpp index 2f24b709f..f18322b93 100644 --- a/src/qmmpui/playlistmanager.cpp +++ b/src/qmmpui/playlistmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2017 by Ilya Kotov * + * Copyright (C) 2009-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,7 @@ #include <QDir> #include <QTimer> #include <QSettings> -#include <qmmp/fileinfo.h> +#include <qmmp/trackinfo.h> #include "qmmpuisettings.h" #include "playlistmanager.h" |
