From 6534027c5ce5579c4293aa346cadf0850aa02157 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Oct 2016 23:56:34 +0200 Subject: Implement "Attention" feature (virtual hand-raising) --- src/server/connectionframe/connectionframe.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index 4f4decb..56cde9c 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -45,11 +45,6 @@ private: void showDefaultThumb(); QLabel* addIcon(const QIcon* icon); - // Static stylesheets - static const QString studentLblStyle, studentBgStyle; - static const QString tutorLblStyle, tutorBgStyle; - static const QString selectedBgStyle; - public: ConnectionFrame(QWidget* parent, int width, int height); virtual ~ConnectionFrame(); -- cgit v1.2.3-55-g7522