1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* It's not called PlaylistManager anymore ;-)

This commit is contained in:
Christian Muehlhaeuser
2013-04-17 03:30:32 +02:00
parent 5637de99d3
commit 0ce5f5873c

View File

@@ -17,8 +17,8 @@
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>. * along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef PLAYLISTMANAGER_H #ifndef VIEWMANAGER_H
#define PLAYLISTMANAGER_H #define VIEWMANAGER_H
#include <QObject> #include <QObject>
#include <QHash> #include <QHash>
@@ -215,4 +215,4 @@ private:
static ViewManager* s_instance; static ViewManager* s_instance;
}; };
#endif // PLAYLISTMANAGER_H #endif // VIEWMANAGER_H