mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32: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),
|
||||
m_deviceList()
|
||||
{
|
||||
Q_UNUSED(args)
|
||||
setObjectName( QLatin1String("Solid" ));
|
||||
|
||||
m_engineManager = Plasma::DataEngineManager::self();
|
||||
setObjectName(QLatin1String("Solid" ));
|
||||
|
||||
addSyntax(Plasma::RunnerSyntax(":q:", i18n("Finds devices whose name match :q:")));
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
namespace Plasma {
|
||||
class DataEngine;
|
||||
class DataEngineManager;
|
||||
class RunnerContext;
|
||||
}
|
||||
|
||||
|
@ -63,7 +62,6 @@ private:
|
|||
|
||||
QHash<QString, DeviceWrapper*> m_deviceList;
|
||||
QStringList m_udiOrderedList;
|
||||
Plasma::DataEngineManager* m_engineManager;
|
||||
Plasma::RunnerContext m_currentContext;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue