diff options
| author | sr | 2013-02-05 19:11:10 +0100 |
|---|---|---|
| committer | sr | 2013-02-05 19:11:10 +0100 |
| commit | e8b54c512720f4b5fd4490f429c020323cd38904 (patch) | |
| tree | f9ea255f2bc8064cfa08220f0e9911376029a65d /src/server/mainwindow/mainwindow.h | |
| parent | [SERVER/CLIENT] Wait for connection to close properly before deleting socket ... (diff) | |
| download | pvs2-e8b54c512720f4b5fd4490f429c020323cd38904.tar.gz pvs2-e8b54c512720f4b5fd4490f429c020323cd38904.tar.xz pvs2-e8b54c512720f4b5fd4490f429c020323cd38904.zip | |
...
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index 5905cf5..4ff41dc 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -39,6 +39,7 @@ private: bool loadPosition(QSettings& settings, const QString& id, int& x, int& y); void savePosition(ConnectionFrame *cf); void prepareForProjection(Client * const from, Client * const to); + bool isValidClient(Client* client); public: MainWindow(QWidget *parent = 0); |
