fix compilation
This commit is contained in:
parent
563a95bf04
commit
c77964a6e3
@ -41,10 +41,6 @@
|
||||
#include "storagethread_p.h"
|
||||
|
||||
|
||||
static QThreadStorage<RefCountedDatabase *> s_databasePool;
|
||||
|
||||
|
||||
//Storage Job implentation
|
||||
StorageJob::StorageJob(const QString& destination,
|
||||
const QString& operation,
|
||||
const QHash<QString, QVariant>& parameters,
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include <plasma/service.h>
|
||||
#include <plasma/servicejob.h>
|
||||
|
||||
class RefCountedDatabase;
|
||||
|
||||
//Begin StorageJob
|
||||
class StorageJob : public Plasma::ServiceJob
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user