move these around nicely

This commit is contained in:
Aaron Seigo 2011-06-03 13:13:19 +02:00
parent c109e2369b
commit 66142028c0
4 changed files with 5 additions and 2 deletions

View File

@ -30,8 +30,6 @@
using namespace Plasma;
Q_DECLARE_METATYPE(Service*)
Q_DECLARE_METATYPE(ServiceJob*)
Q_DECLARE_METATYPE(DataEngine::Dict)
Q_DECLARE_METATYPE(DataEngine::Data)

View File

@ -18,6 +18,7 @@
*/
#include "service.h"
#include "servicejob.h"
#include "private/authorizationmanager_p.h"
#include "private/service_p.h"
#include "private/serviceprovider_p.h"

View File

@ -318,6 +318,8 @@ private:
} // namespace Plasma
Q_DECLARE_METATYPE(Plasma::Service *)
/**
* Register a service when it is contained in a loadable module
*/

View File

@ -133,5 +133,7 @@ private:
} // namespace Plasma
Q_DECLARE_METATYPE(Plasma::ServiceJob *)
#endif // multiple inclusion guard