KDEConnectPlugin: Remove Q_SLOTS for virtual methods

We call this as a normal method and don't need them exposed
This commit is contained in:
Alexander Lohnau 2023-08-12 14:05:26 +02:00 committed by Albert Vaca Cintora
parent 16adb6a298
commit 890299943d

View file

@ -36,7 +36,6 @@ public:
QString iconName() const; QString iconName() const;
public Q_SLOTS:
/** /**
* Returns true if it has handled the packet in some way * Returns true if it has handled the packet in some way
* device.sendPacket can be used to send an answer back to the device * device.sendPacket can be used to send an answer back to the device