summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-07-29 15:31:56 +0200
committerBjörn Hagemeister2014-07-29 15:31:56 +0200
commit254c7fb41a96f42ef4049d5a495e47fad2e3e983 (patch)
treefb5540996acdb0d8a91cc4a7d9447f7dd2cb8015 /src/server/mainwindow/mainwindow.h
parentRead the configfile and place the frames according to the coordinates (diff)
downloadpvs2-254c7fb41a96f42ef4049d5a495e47fad2e3e983.tar.gz
pvs2-254c7fb41a96f42ef4049d5a495e47fad2e3e983.tar.xz
pvs2-254c7fb41a96f42ef4049d5a495e47fad2e3e983.zip
Fixed bug, that frame moved on (0,0) is asked to be deleted.
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 acecc28..1990fe6 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -111,7 +111,7 @@ protected slots:
void DisableButtons();
void EnableButtons();
// connection frame
- void onPlaceFrame(ConnectionFrame* frame);
+ void onPlaceFrame(bool activateTrash, ConnectionFrame* frame);
void onFrameClicked(ConnectionFrame* frame);
// Net
void onClientConnected(Client* client);