move the status stuff into Applet, constify and also put a bit of apidox

svn path=/trunk/KDE/kdelibs/; revision=993895
This commit is contained in:
Marco Martin 2009-07-09 16:35:11 +00:00
parent b8d4a6eee0
commit 2a0e957d14
2 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,8 @@ public:
// configuration
KKeySequenceWidget *shortcutEditor; //TODO: subclass KConfigDialog and encapsulate this in there
ItemStatus itemStatus;
// timerEvent bookkeeping
int constraintsTimerId;
int modificationsTimerId;

View File

@ -48,7 +48,6 @@ public:
Plasma::AspectRatioMode savedAspectRatio;
QTimer *timer;
QPoint clicked;
ItemStatus itemStatus;
bool popupLostFocus : 1;
bool passive : 1;
};