remove s_positioningContainments
This commit is contained in:
parent
d884d396ec
commit
7abd6d81d5
@ -47,8 +47,6 @@ using namespace Plasma;
|
|||||||
namespace Plasma
|
namespace Plasma
|
||||||
{
|
{
|
||||||
|
|
||||||
bool CoronaPrivate::s_positioningContainments = false;
|
|
||||||
|
|
||||||
Corona::Corona(QObject *parent)
|
Corona::Corona(QObject *parent)
|
||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
d(new CoronaPrivate(this))
|
d(new CoronaPrivate(this))
|
||||||
|
@ -49,8 +49,6 @@ public:
|
|||||||
Containment *addContainment(const QString &name, const QVariantList &args, uint id);
|
Containment *addContainment(const QString &name, const QVariantList &args, uint id);
|
||||||
QList<Plasma::Containment *> importLayout(const KConfigGroup &conf, bool mergeConfig);
|
QList<Plasma::Containment *> importLayout(const KConfigGroup &conf, bool mergeConfig);
|
||||||
|
|
||||||
static bool s_positioningContainments;
|
|
||||||
|
|
||||||
Corona *q;
|
Corona *q;
|
||||||
Package package;
|
Package package;
|
||||||
KConfigGroup desktopDefaultsConfig;
|
KConfigGroup desktopDefaultsConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user