mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: remove unused SolidRunner member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f0427c4a8e
commit
271ffadb7b
2 changed files with 1 additions and 6 deletions
|
@ -39,10 +39,7 @@ SolidRunner::SolidRunner(QObject *parent, const QVariantList &args)
|
||||||
: AbstractRunner(parent, args),
|
: AbstractRunner(parent, args),
|
||||||
m_deviceList()
|
m_deviceList()
|
||||||
{
|
{
|
||||||
Q_UNUSED(args)
|
setObjectName(QLatin1String("Solid" ));
|
||||||
setObjectName( QLatin1String("Solid" ));
|
|
||||||
|
|
||||||
m_engineManager = Plasma::DataEngineManager::self();
|
|
||||||
|
|
||||||
addSyntax(Plasma::RunnerSyntax(":q:", i18n("Finds devices whose name match :q:")));
|
addSyntax(Plasma::RunnerSyntax(":q:", i18n("Finds devices whose name match :q:")));
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
namespace Plasma {
|
namespace Plasma {
|
||||||
class DataEngine;
|
class DataEngine;
|
||||||
class DataEngineManager;
|
|
||||||
class RunnerContext;
|
class RunnerContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -63,7 +62,6 @@ private:
|
||||||
|
|
||||||
QHash<QString, DeviceWrapper*> m_deviceList;
|
QHash<QString, DeviceWrapper*> m_deviceList;
|
||||||
QStringList m_udiOrderedList;
|
QStringList m_udiOrderedList;
|
||||||
Plasma::DataEngineManager* m_engineManager;
|
|
||||||
Plasma::RunnerContext m_currentContext;
|
Plasma::RunnerContext m_currentContext;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue