summaryrefslogtreecommitdiffstats
path: root/gui/widgets/ServerStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/widgets/ServerStatus.h')
-rw-r--r--gui/widgets/ServerStatus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/widgets/ServerStatus.h b/gui/widgets/ServerStatus.h
index 2244031b..1c6ae428 100644
--- a/gui/widgets/ServerStatus.h
+++ b/gui/widgets/ServerStatus.h
@@ -24,11 +24,12 @@ public slots:
private: /* methods */
void addLine();
void addStatus(QString key, QString name);
- void setStatus(QString key, bool value);
+ void setStatus(QString key, int value);
private: /* data */
QHBoxLayout * layout = nullptr;
QToolButton *m_statusRefresh = nullptr;
QMap<QString, IconLabel *> serverLabels;
QIcon goodIcon;
+ QIcon yellowIcon;
QIcon badIcon;
};