From 13b1b98f7cf8a3b3b2c15dd42f96537b02c00711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 3 Aug 2013 15:57:33 +0200 Subject: WTF, I don't even... --- AppVersion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'AppVersion.h') diff --git a/AppVersion.h b/AppVersion.h index 504f1d17..86f53950 100644 --- a/AppVersion.h +++ b/AppVersion.h @@ -20,14 +20,14 @@ /*! * \brief The Version class represents a MultiMC version number. */ -class Version : public QObject +class AppVersion : public QObject { Q_OBJECT public: - explicit Version(int major = 0, int minor = 0, int revision = 0, + explicit AppVersion(int major = 0, int minor = 0, int revision = 0, int build = 0, QObject *parent = 0); - Version(const Version& ver); + AppVersion(const AppVersion& ver); /*! * \brief Converts the Version to a string. @@ -60,6 +60,6 @@ public: */ int build; - static Version current; + static AppVersion current; }; -- cgit v1.2.3