From 7fe94ca7b4aa191b1e79331b16724b7e9cc9f56e Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 28 Jun 2018 23:18:45 +0200 Subject: NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` --- api/logic/Version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/logic/Version.h') diff --git a/api/logic/Version.h b/api/logic/Version.h index 08dfb6e9..7aa2ebe8 100644 --- a/api/logic/Version.h +++ b/api/logic/Version.h @@ -7,8 +7,9 @@ class QUrl; -struct MULTIMC_LOGIC_EXPORT Version +class MULTIMC_LOGIC_EXPORT Version { +public: Version(const QString &str); Version() {} -- cgit