add mp3 and ogg torrent url info to JamendoAlbum
[amarok.git] / src / TheInstances.h
bloba648b8feab271af66864e182ab650256449c7643
1 /***************************************************************************
2 * copyright : (C) 2007 Ian Monroe <ian@monroe.nu> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License version 2 *
6 * as published by the Free Software Foundation. *
7 ***************************************************************************/
8 #ifndef AMAROK_THE_INSTANCES
9 #define AMAROK_THE_INSTANCES
11 #include "amarok_export.h"
13 namespace Playlist {
14 class Model;
15 class GraphicsView;
18 class PlaylistManager;
20 namespace QueueManagerNS {
21 class Model;
24 class ServiceInfoProxy;
26 namespace The {
27 AMAROK_EXPORT Playlist::Model* playlistModel(); //defined in playlist/PlaylistModel.cpp
28 Playlist::GraphicsView* playlistView();
29 PlaylistManager* playlistManager();
30 QueueManagerNS::Model* queueModel(); //defined in queuemanager/QueueModel.cpp
31 ServiceInfoProxy * serviceInfoProxy();
34 #endif