Drop the KDecorationDefines::Settings* enum
No longer needed as the reset method is gone.
This commit is contained in:
parent
287ddf8446
commit
70aafe08b5
1 changed files with 0 additions and 14 deletions
|
@ -156,20 +156,6 @@ public:
|
||||||
NUM_COLORS ///< @internal This value may change, do not use
|
NUM_COLORS ///< @internal This value may change, do not use
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* These flags specify which settings changed when rereading settings.
|
|
||||||
* Each setting in class KDecorationOptions specifies its matching flag.
|
|
||||||
*/
|
|
||||||
enum {
|
|
||||||
SettingDecoration = 1 << 0, ///< The decoration was changed
|
|
||||||
SettingColors = 1 << 1, ///< The color palette was changed
|
|
||||||
SettingFont = 1 << 2, ///< The titlebar font was changed
|
|
||||||
SettingButtons = 1 << 3, ///< The button layout was changed
|
|
||||||
SettingTooltips = 1 << 4, ///< The tooltip setting was changed
|
|
||||||
SettingBorder = 1 << 5, ///< The border size setting was changed
|
|
||||||
SettingCompositing = 1 << 6 ///< Compositing settings was changed
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Border size. KDecorationOptions::preferredBorderSize() returns
|
* Border size. KDecorationOptions::preferredBorderSize() returns
|
||||||
* one of these values.
|
* one of these values.
|
||||||
|
|
Loading…
Reference in a new issue