remove unused private members
This commit is contained in:
parent
4672a088ca
commit
23d7d4f842
@ -62,7 +62,6 @@ AppletPrivate::AppletPrivate(KService::Ptr service, const KPluginInfo *info, int
|
|||||||
actions(AppletPrivate::defaultActions(applet)),
|
actions(AppletPrivate::defaultActions(applet)),
|
||||||
activationAction(0),
|
activationAction(0),
|
||||||
itemStatus(UnknownStatus),
|
itemStatus(UnknownStatus),
|
||||||
preferredSizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored),
|
|
||||||
modificationsTimer(0),
|
modificationsTimer(0),
|
||||||
hasConfigurationInterface(false),
|
hasConfigurationInterface(false),
|
||||||
failed(false),
|
failed(false),
|
||||||
|
@ -148,12 +148,6 @@ public:
|
|||||||
|
|
||||||
ItemStatus itemStatus;
|
ItemStatus itemStatus;
|
||||||
|
|
||||||
// the applet can change size policy by itself, so save the old one for eventual restore
|
|
||||||
QSizePolicy preferredSizePolicy;
|
|
||||||
|
|
||||||
//keep last sizes for formfactors, useful when the containment changes
|
|
||||||
QHash<FormFactor, QSizeF> sizeForFormFactor;
|
|
||||||
|
|
||||||
// timerEvent bookkeeping
|
// timerEvent bookkeeping
|
||||||
QBasicTimer constraintsTimer;
|
QBasicTimer constraintsTimer;
|
||||||
QBasicTimer *modificationsTimer;
|
QBasicTimer *modificationsTimer;
|
||||||
@ -162,7 +156,6 @@ public:
|
|||||||
bool hasConfigurationInterface : 1;
|
bool hasConfigurationInterface : 1;
|
||||||
bool failed : 1;
|
bool failed : 1;
|
||||||
bool isContainment : 1;
|
bool isContainment : 1;
|
||||||
bool square : 1;
|
|
||||||
bool transient : 1;
|
bool transient : 1;
|
||||||
bool needsConfig : 1;
|
bool needsConfig : 1;
|
||||||
bool started : 1;
|
bool started : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user