Need to declare it (make it compile)
svn path=/trunk/KDE/kdebase/runtime/; revision=1171528
This commit is contained in:
parent
603096a318
commit
7a4560a677
@ -45,7 +45,7 @@
|
||||
#include "javascriptaddonpackagestructure.h"
|
||||
|
||||
Q_DECLARE_METATYPE(ScriptEnv*)
|
||||
|
||||
Q_DECLARE_METATYPE(Plasma::Package)
|
||||
ScriptEnv::ScriptEnv(QObject *parent, QScriptEngine *engine)
|
||||
: QObject(parent),
|
||||
m_allowedUrls(NoUrls),
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <Plasma/Package>
|
||||
|
||||
Q_DECLARE_METATYPE(AppletInterface*)
|
||||
Q_DECLARE_METATYPE(Plasma::Package)
|
||||
|
||||
AppletInterface::AppletInterface(SimpleJavaScriptApplet *parent)
|
||||
: QObject(parent),
|
||||
|
Loading…
Reference in New Issue
Block a user