From ca210bf2b4c039f2e2fd218c178e6a3b8bf7cf18 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 28 May 2020 10:45:21 +0300 Subject: [PATCH] Add missing parameter name --- src/wayland/datacontroldevice_v1_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/datacontroldevice_v1_interface.h b/src/wayland/datacontroldevice_v1_interface.h index 673fb833eb..8732378455 100644 --- a/src/wayland/datacontroldevice_v1_interface.h +++ b/src/wayland/datacontroldevice_v1_interface.h @@ -42,7 +42,7 @@ public: void sendClearSelection(); Q_SIGNALS: - void selectionChanged(KWaylandServer::DataControlSourceV1Interface*); + void selectionChanged(KWaylandServer::DataControlSourceV1Interface *dataSource); void selectionCleared(); private: