summaryrefslogtreecommitdiffstats
path: root/application/widgets/ServerStatus.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-04-19 17:58:53 +0200
committerPetr Mrázek <peterix@gmail.com>2015-04-19 17:58:53 +0200
commit4f417d527e8cf39d2c7653d80f1aade9155827de (patch)
tree13017a2ae3609504e804e6640f66cbe213e78b48 /application/widgets/ServerStatus.h
parentc7c81463fd3ab01c9e096f75e7e8ad8b50902a98 (diff)
downloadMultiMC-4f417d527e8cf39d2c7653d80f1aade9155827de.tar
MultiMC-4f417d527e8cf39d2c7653d80f1aade9155827de.tar.gz
MultiMC-4f417d527e8cf39d2c7653d80f1aade9155827de.tar.lz
MultiMC-4f417d527e8cf39d2c7653d80f1aade9155827de.tar.xz
MultiMC-4f417d527e8cf39d2c7653d80f1aade9155827de.zip
GH-894 link server status widgets to help.mojang.com
Diffstat (limited to 'application/widgets/ServerStatus.h')
-rw-r--r--application/widgets/ServerStatus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/widgets/ServerStatus.h b/application/widgets/ServerStatus.h
index fdd43677..f0b6e223 100644
--- a/application/widgets/ServerStatus.h
+++ b/application/widgets/ServerStatus.h
@@ -22,6 +22,9 @@ public slots:
void StatusChanged(const QMap<QString, QString> statuses);
void StatusReloading(bool is_reloading);
+private slots:
+ void clicked();
+
private: /* methods */
void addLine();
void addStatus(QString key, QString name);