Combine lyrics and wiki settings
This commit is contained in:
committed by
craig.p.drummond
parent
9e3a2f6deb
commit
082e63d61d
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "contextengine.h"
|
||||
#include "wikipediaengine.h"
|
||||
#include "wikipediasettings.h"
|
||||
#include <QNetworkReply>
|
||||
|
||||
ContextEngine * ContextEngine::create(QObject *parent)
|
||||
@@ -31,11 +30,6 @@ ContextEngine * ContextEngine::create(QObject *parent)
|
||||
return new WikipediaEngine(parent);
|
||||
}
|
||||
|
||||
ContextSettings * ContextEngine::settings(QWidget *parent)
|
||||
{
|
||||
return new WikipediaSettings(parent);
|
||||
}
|
||||
|
||||
ContextEngine::ContextEngine(QObject *p)
|
||||
: QObject(p)
|
||||
, job(0)
|
||||
|
||||
Reference in New Issue
Block a user