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:
parent
16adb6a298
commit
890299943d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue