Add missing parameter name

This commit is contained in:
Vlad Zahorodnii 2020-05-28 10:45:21 +03:00
parent 6fd661bba9
commit ca210bf2b4

View file

@ -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: