Fix initialization order for WallpaperInterface.

This commit is contained in:
Mirko Boehm (Endocode) 2013-10-07 01:09:47 +02:00
parent bbe4c3cb4a
commit 03e79e5c86

View File

@ -40,8 +40,8 @@ WallpaperInterface::WallpaperInterface(ContainmentInterface *parent)
: QQuickItem(parent), : QQuickItem(parent),
m_containmentInterface(parent), m_containmentInterface(parent),
m_qmlObject(0), m_qmlObject(0),
m_configLoader(0),
m_configuration(0), m_configuration(0),
m_configLoader(0),
m_actionSignals(0) m_actionSignals(0)
{ {
m_actions = new KActionCollection(this); m_actions = new KActionCollection(this);