From cc499488dbab9167870e6088f9a1793f95894c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 6 Jul 2014 11:15:15 +0200 Subject: Fix liteloader, some cleanups. --- logic/settings/SettingsObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/settings') diff --git a/logic/settings/SettingsObject.h b/logic/settings/SettingsObject.h index e46a1b7f..4f11310d 100644 --- a/logic/settings/SettingsObject.h +++ b/logic/settings/SettingsObject.h @@ -91,7 +91,7 @@ public: /*! * \brief Sets the value of the setting with the given ID. - * If no setting with the given ID exists, returns false and logs to qDebug + * If no setting with the given ID exists, returns false * \param id The ID of the setting to change. * \param value The new value of the setting. * \return True if successful, false if it failed. -- cgit v1.2.3