From fb77c8310144ea7299c4cc75293dc6e87067dbd7 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Wed, 30 Jul 2014 16:59:15 +0200 Subject: Minimal changes: some qDebugs(), changed index of for - loop. --- src/server/connectionframe/connectionframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index 3f1815b..188cdc7 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -61,7 +61,7 @@ public: const inline QPoint& getCurrentPosition() const { return _currentPosition; } const QString& computerId() const { return _computerId; } - inline void setComputerId(QString computerId) { _computerId = computerId; } + const inline void setComputerId(QString computerId) { _computerId = computerId; } Client* client() const { return _client; } inline const bool isTutor() const { return _isTutor; } -- cgit v1.2.3-55-g7522