diff options
Diffstat (limited to 'application/pages/LogPage.h')
-rw-r--r-- | application/pages/LogPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |