From 953ca726bd59691b0230d04a907fdf4b8c76e78d Mon Sep 17 00:00:00 2001 From: nowrep Date: Tue, 26 Mar 2013 12:29:08 +0100 Subject: [PATCH] [ProfileUpdater] No changes in profile structure in 1.4.x versions. --- src/lib/app/profileupdater.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lib/app/profileupdater.cpp b/src/lib/app/profileupdater.cpp index f25acd79e..12889598d 100644 --- a/src/lib/app/profileupdater.cpp +++ b/src/lib/app/profileupdater.cpp @@ -89,10 +89,8 @@ void ProfileUpdater::updateProfile(const QString ¤t, const QString &profil return; } - // 1.3.5 - 1.4.1 = no changes - if (prof == Updater::Version("1.3.5") - || prof == Updater::Version("1.4.0") - || prof == Updater::Version("1.4.1")) { + // 1.3.5, 1.4.x = no changes + if (prof >= Updater::Version("1.3.5") && prof < Updater::Version("1.5.0")) { return; }