init() is not used here, don't bother with it
This commit is contained in:
parent
520b45630d
commit
b55e308e7d
@ -84,10 +84,6 @@ void RemoteDataEngine::initRemoteService(const QString &source, RemoteService *s
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void RemoteDataEngine::init()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void RemoteDataEngine::serviceReady(Plasma::Service *service)
|
void RemoteDataEngine::serviceReady(Plasma::Service *service)
|
||||||
{
|
{
|
||||||
m_service = service;
|
m_service = service;
|
||||||
|
@ -42,7 +42,6 @@ public:
|
|||||||
void setLocation(KUrl location);
|
void setLocation(KUrl location);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void init();
|
|
||||||
QStringList sources() const;
|
QStringList sources() const;
|
||||||
bool updateSourceEvent(const QString &source);
|
bool updateSourceEvent(const QString &source);
|
||||||
bool sourceRequestEvent(const QString &source);
|
bool sourceRequestEvent(const QString &source);
|
||||||
|
Loading…
Reference in New Issue
Block a user