From d403bfcadb2b691fba80e02f301b43495add5938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 23 Aug 2013 13:22:15 +0200 Subject: [PATCH] Make KDecorationOptions::updateSettings protected Only called from KWin::Options, so no need to have it public. --- libkdecorations/kdecoration.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libkdecorations/kdecoration.h b/libkdecorations/kdecoration.h index 5874f9131e..596087d245 100644 --- a/libkdecorations/kdecoration.h +++ b/libkdecorations/kdecoration.h @@ -275,12 +275,6 @@ class KWIN_EXPORT KDecorationOptions : public QObject, public KDecorationDefines public: KDecorationOptions(QObject *parent = nullptr); virtual ~KDecorationOptions(); - /** - * Call to update settings when the config changes. Return value is - * a combination of Setting* (SettingColors, etc.) that have changed. - * @since 4.0.1 - */ - unsigned long updateSettings(KConfig* config); /** * Returns the color that should be used for the given part of the decoration. * The changed flags for this setting is SettingColors. @@ -482,6 +476,12 @@ protected: void setTitleButtonsLeft(const QString& b); /** @internal */ void setTitleButtonsRight(const QString& b); + /** + * Call to update settings when the config changes. + * @since 4.0.1 + * @internal + */ + void updateSettings(KConfig* config); private: /** * @internal