get rid of APPLETSUPERCLASS
This commit is contained in:
parent
df6d918dec
commit
fa8ab8574f
@ -388,7 +388,7 @@ void AppletInterface::gc()
|
||||
///////////// ContainmentInterface
|
||||
|
||||
ContainmentInterface::ContainmentInterface(DeclarativeAppletScript *parent)
|
||||
: APPLETSUPERCLASS(parent),
|
||||
: AppletInterface(parent),
|
||||
m_movableApplets(true)
|
||||
{
|
||||
qmlRegisterType<ContainmentInterface>();
|
||||
|
@ -314,13 +314,8 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#ifdef USE_JS_SCRIPTENGINE
|
||||
#define APPLETSUPERCLASS JsAppletInterface
|
||||
#else
|
||||
#define APPLETSUPERCLASS AppletInterface
|
||||
#endif
|
||||
|
||||
class ContainmentInterface : public APPLETSUPERCLASS
|
||||
class ContainmentInterface : public AppletInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QVariantList applets READ applets)
|
||||
|
Loading…
x
Reference in New Issue
Block a user