From 4abaf052683b952920a92ff0ff8d18d8e1e84b25 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 27 Mar 2021 20:16:35 +0200 Subject: [PATCH] General code clean-up - Less implicit cast from ASCII - Use Q_SIGNALS/Q_SLOTS in header files - Remove a redundant cmake var --- kcms/users/src/kcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcms/users/src/kcm.h b/kcms/users/src/kcm.h index fe027cb8d..18245f2a8 100644 --- a/kcms/users/src/kcm.h +++ b/kcms/users/src/kcm.h @@ -48,7 +48,7 @@ public: Q_SCRIPTABLE QString initializeString(const QString &stringToGrabInitialsOf); Q_SCRIPTABLE QString plonkImageInTempfile(const QImage &image); -signals: +Q_SIGNALS: Q_SCRIPTABLE void apply(); Q_SCRIPTABLE void reset();