Fix initialization order for WallpaperInterface.
This commit is contained in:
parent
bbe4c3cb4a
commit
03e79e5c86
@ -40,8 +40,8 @@ WallpaperInterface::WallpaperInterface(ContainmentInterface *parent)
|
||||
: QQuickItem(parent),
|
||||
m_containmentInterface(parent),
|
||||
m_qmlObject(0),
|
||||
m_configLoader(0),
|
||||
m_configuration(0),
|
||||
m_configLoader(0),
|
||||
m_actionSignals(0)
|
||||
{
|
||||
m_actions = new KActionCollection(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user