summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-02 18:44:39 +0200
committerSimon Rettberg2018-08-02 18:44:39 +0200
commit972162123678dbf4fb7fcebf1b561b52488d1cb6 (patch)
treeb5c7cd4b75f75d5e59d166a10e0f1c66bfa54d9f /src/server/mainwindow/mainwindow.h
parentRevert "[shared/server] define preferred styles and enable it if supported" (diff)
downloadpvs2-972162123678dbf4fb7fcebf1b561b52488d1cb6.tar.gz
pvs2-972162123678dbf4fb7fcebf1b561b52488d1cb6.tar.xz
pvs2-972162123678dbf4fb7fcebf1b561b52488d1cb6.zip
[server] Show drop position when moving frame around
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
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<ConnectionFrame*> _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);