From 890299943d60154159a861ec55c23abfa863868d Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 12 Aug 2023 14:05:26 +0200 Subject: [PATCH] KDEConnectPlugin: Remove Q_SLOTS for virtual methods We call this as a normal method and don't need them exposed --- core/kdeconnectplugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/kdeconnectplugin.h b/core/kdeconnectplugin.h index ff9dc1c53..5beec6518 100644 --- a/core/kdeconnectplugin.h +++ b/core/kdeconnectplugin.h @@ -36,7 +36,6 @@ public: QString iconName() const; -public Q_SLOTS: /** * Returns true if it has handled the packet in some way * device.sendPacket can be used to send an answer back to the device