diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/InstanceProxyModel.h | 2 | ||||
-rw-r--r-- | application/pages/LogPage.h | 2 | ||||
-rw-r--r-- | application/widgets/ServerStatus.h | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/application/InstanceProxyModel.h b/application/InstanceProxyModel.h index e558efc4..cc6c1b86 100644 --- a/application/InstanceProxyModel.h +++ b/application/InstanceProxyModel.h @@ -1,3 +1,5 @@ +#pragma once + #include "groupview/GroupedProxyModel.h" /** diff --git a/application/pages/LogPage.h b/application/pages/LogPage.h index b34a63af..ce89c3f2 100644 --- a/application/pages/LogPage.h +++ b/application/pages/LogPage.h @@ -60,7 +60,7 @@ private slots: /** * @brief write a string * @param data the string - * @param mode the WriteMode + * @param level the @MessageLevel the string should be written under * lines have to be put through this as a whole! */ void write(QString data, MessageLevel::Enum level = MessageLevel::MultiMC); diff --git a/application/widgets/ServerStatus.h b/application/widgets/ServerStatus.h index f0b6e223..9beb8e4f 100644 --- a/application/widgets/ServerStatus.h +++ b/application/widgets/ServerStatus.h @@ -16,7 +16,7 @@ class ServerStatus: public QWidget public: explicit ServerStatus(QWidget *parent = nullptr, Qt::WindowFlags f = 0); virtual ~ServerStatus(); - ; + public slots: void reloadStatus(); void StatusChanged(const QMap<QString, QString> statuses); |