Git commit 0a0dcf042aee1a1dbed81548600414a7cfbc9a65 by Simon Edwards. Committed on 18/06/2014 at 19:13. Pushed by sedwards into branch 'master'. This slot is protected in the superclass, and should remain so. M +1 -1 src/ktogglefullscreenaction.h http://commits.kde.org/kwidgetsaddons/0a0dcf042aee1a1dbed81548600414a7cfbc9= a65 diff --git a/src/ktogglefullscreenaction.h b/src/ktogglefullscreenaction.h index 74d82be..7b0a3e6 100644 --- a/src/ktogglefullscreenaction.h +++ b/src/ktogglefullscreenaction.h @@ -86,7 +86,7 @@ public: protected: bool eventFilter(QObject *object, QEvent *event); = -private Q_SLOTS: +protected Q_SLOTS: virtual void slotToggled(bool checked); = private: