summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 8340ff3..4f40a67 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -68,8 +68,7 @@ private:
void savePosition(ConnectionFrame *cf);
bool isValidClient(Client* client);
void broadcast(Client *from);
- void unicast(Client *from, Client *to);
- void unicastExlusive(Client *from, Client *to);
+ void unicast(Client *from, Client *to, bool blockOthers = false);
void closeEvent(QCloseEvent *e);
void changeEvent(QEvent *e);