From kde-commits Wed Jun 18 19:14:38 2014 From: Simon Edwards Date: Wed, 18 Jun 2014 19:14:38 +0000 To: kde-commits Subject: [kwidgetsaddons] src: This slot is protected in the superclass, and should remain so. Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=140311888816625 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: