summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorChristian Klinger2016-05-02 16:16:29 +0200
committerChristian Klinger2016-05-02 16:16:29 +0200
commitf8f3dae11294508355ca024cacb966f129c1c85c (patch)
treef6fe2291373800adeada224a039c60188c611bd2 /src/server/mainwindow/mainwindow.h
parentadded background-image loading. (diff)
downloadpvs2-f8f3dae11294508355ca024cacb966f129c1c85c.tar.gz
pvs2-f8f3dae11294508355ca024cacb966f129c1c85c.tar.xz
pvs2-f8f3dae11294508355ca024cacb966f129c1c85c.zip
better behaviour when placing a client symbol on top of another.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 3ae1f7c..e893cf4 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -73,7 +73,7 @@ private:
FileDownloader _fileDownloader;
QStringList _tutorList;
- void placeFrameInFreeSlot(ConnectionFrame* frame);
+ void placeFrameInFreeSlot(ConnectionFrame* frame, QPoint preferred = QPoint(0,0));
ConnectionFrame* createFrame();
ConnectionFrame* createFrame(QString computerId, QPoint position, QPoint gridPosition);
bool loadPosition(QSettings& settings, const QString& id, int& x, int& y);