summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorChristian Klinger2016-04-27 10:37:08 +0200
committerChristian Klinger2016-04-27 10:37:08 +0200
commit57709ca489347e1175730d149dd2a8258f2a81fa (patch)
tree1fb0d694bcb923b52704a0025eccc1f3296d08ce /src/server/mainwindow/mainwindow.h
parentdetermine grid size based on the loaded room config. (diff)
downloadpvs2-57709ca489347e1175730d149dd2a8258f2a81fa.tar.gz
pvs2-57709ca489347e1175730d149dd2a8258f2a81fa.tar.xz
pvs2-57709ca489347e1175730d149dd2a8258f2a81fa.zip
basic resizing works.
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 9cbec70..fdbbf94 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -67,7 +67,7 @@ private:
void placeFrameInFreeSlot(ConnectionFrame* frame);
ConnectionFrame* createFrame();
- ConnectionFrame* createFrame(QString computerId, QPoint position);
+ ConnectionFrame* createFrame(QString computerId, QPoint position, QPoint gridPosition);
bool loadPosition(QSettings& settings, const QString& id, int& x, int& y);
void savePosition(ConnectionFrame *cf);
void startVncServerIfNecessary(int from);