mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: fix a compiler warning
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c76e9392c5
commit
1b6974f9b9
1 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ namespace Plasma
|
|||
}
|
||||
|
||||
class ScriptEnv;
|
||||
class EngineAccess;
|
||||
|
||||
class DeclarativeAppletScript : public AbstractJsAppletScript
|
||||
{
|
||||
|
@ -97,7 +96,6 @@ private:
|
|||
Plasma::DeclarativeWidget *m_declarativeWidget;
|
||||
Plasma::DeclarativeWidget *m_toolBoxWidget;
|
||||
AppletInterface *m_interface;
|
||||
EngineAccess *m_engineAccess;
|
||||
QScriptEngine *m_engine;
|
||||
QScriptValue m_self;
|
||||
ScriptEnv *m_env;
|
||||
|
|
Loading…
Add table
Reference in a new issue