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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h
index 764c212..1f39b79 100644
--- a/src/server/connectionframe/connectionframe.h
+++ b/src/server/connectionframe/connectionframe.h
@@ -41,6 +41,10 @@ private:
void updateAppearance();
QLabel* addIcon(const QIcon* icon);
+ static const QString studentLblStyle, studentBgStyle;
+ static const QString tutorLblStyle, tutorBgStyle;
+ static const QString selectedBgStyle;
+
public:
ConnectionFrame(QWidget* parent, int width, int height);
virtual ~ConnectionFrame();