summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/connectionframe/connectionframe.h')
-rw-r--r--src/server/connectionframe/connectionframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h
index 2b78056..ccb32a8 100644
--- a/src/server/connectionframe/connectionframe.h
+++ b/src/server/connectionframe/connectionframe.h
@@ -50,7 +50,7 @@ public:
Client* client() const { return _client; }
inline const bool isTutor() const { return _isTutor; }
- inline void setTutor(bool b) { _isTutor = b; }
+ void setTutor(bool b);
protected:
void mouseDoubleClickEvent(QMouseEvent* event);