From 972162123678dbf4fb7fcebf1b561b52488d1cb6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 2 Aug 2018 18:44:39 +0200 Subject: [server] Show drop position when moving frame around --- src/server/mainwindow/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.h') diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index f42fc73..a8bf974 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -69,6 +69,7 @@ private: int _streamingSource; QList _clientFrames; + QWidget *_dropMarker; ListenServer *_listenServer; DiscoveryListener *_discoveryListener; @@ -125,7 +126,8 @@ protected slots: void onButtonExit(); void onButtonHelp(); // connection frame - void onPlaceFrame(ConnectionFrame* frame); + void onFrameMoving(ConnectionFrame* frame); + void onFrameDropped(ConnectionFrame* frame); void onFrameClicked(ConnectionFrame* frame); // Net void onClientConnected(Client* client); -- cgit v1.2.3-55-g7522