remove offscreenWidgets
This commit is contained in:
parent
45c55b22b2
commit
d884d396ec
@ -25,7 +25,6 @@
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDesktopWidget>
|
||||
#include <QGraphicsGridLayout>
|
||||
#include <QMimeData>
|
||||
#include <QPainter>
|
||||
#include <QTimer>
|
||||
|
@ -47,7 +47,6 @@ public:
|
||||
void containmentDestroyed(QObject *obj);
|
||||
void syncConfig();
|
||||
Containment *addContainment(const QString &name, const QVariantList &args, uint id);
|
||||
void offscreenWidgetDestroyed(QObject *);
|
||||
QList<Plasma::Containment *> importLayout(const KConfigGroup &conf, bool mergeConfig);
|
||||
|
||||
static bool s_positioningContainments;
|
||||
@ -60,7 +59,6 @@ public:
|
||||
KSharedConfigPtr config;
|
||||
QTimer *configSyncTimer;
|
||||
QList<Containment*> containments;
|
||||
QHash<uint, QGraphicsWidget*> offscreenWidgets;
|
||||
KActionCollection actions;
|
||||
QMap<Plasma::ContainmentType, QHash<QString, QString> > containmentActionsDefaults;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user