Add missing parameter name
This commit is contained in:
parent
6fd661bba9
commit
ca210bf2b4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public:
|
||||||
void sendClearSelection();
|
void sendClearSelection();
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void selectionChanged(KWaylandServer::DataControlSourceV1Interface*);
|
void selectionChanged(KWaylandServer::DataControlSourceV1Interface *dataSource);
|
||||||
void selectionCleared();
|
void selectionCleared();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue