Add a ServicePluginManager class to handle loading of services, and bring the Magnatu...
commite0177f692cfa9e6a28799bf3f322c3193fa5d5e6
authornhnielsen <nhnielsen@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 24 Nov 2007 10:39:52 +0000 (24 10:39 +0000)
committernhnielsen <nhnielsen@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sat, 24 Nov 2007 10:39:52 +0000 (24 10:39 +0000)
treec4888877856ff7bbe30bc1a1e34bb4d72f7350bf
parent2372181723c4dac7b49605a23746d3d1f82d9254
Add a ServicePluginManager class to handle loading of services, and bring the Magnatune store back online. the ServicePluginManager class is still a work in progress, and I just added it to
MainWindow in very hacky way to get something running for now.

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/extragear/multimedia/amarok@740886 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
src/CMakeLists.txt
src/MainWindow.cpp
src/servicebrowser/ServicePluginManager.cpp [new file with mode: 0644]
src/servicebrowser/ServicePluginManager.h [new file with mode: 0644]
src/servicebrowser/magnatunestore/MagnatuneStore.cpp