aboutsummaryrefslogtreecommitdiff
path: root/launcher/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Version.h')
-rw-r--r--launcher/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/Version.h b/launcher/Version.h
index 9db03521..b587319a 100644
--- a/launcher/Version.h
+++ b/launcher/Version.h
@@ -45,8 +45,8 @@ class QUrl;
class Version
{
public:
- Version(const QString &str);
- Version() {}
+ Version(QString str);
+ Version() = default;
bool operator<(const Version &other) const;
bool operator<=(const Version &other) const;