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:
parent
b8d4a6eee0
commit
2a0e957d14
@ -144,6 +144,8 @@ public:
|
||||
// configuration
|
||||
KKeySequenceWidget *shortcutEditor; //TODO: subclass KConfigDialog and encapsulate this in there
|
||||
|
||||
ItemStatus itemStatus;
|
||||
|
||||
// timerEvent bookkeeping
|
||||
int constraintsTimerId;
|
||||
int modificationsTimerId;
|
||||
|
@ -48,7 +48,6 @@ public:
|
||||
Plasma::AspectRatioMode savedAspectRatio;
|
||||
QTimer *timer;
|
||||
QPoint clicked;
|
||||
ItemStatus itemStatus;
|
||||
bool popupLostFocus : 1;
|
||||
bool passive : 1;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user