1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

[ProfileUpdater] No changes in profile structure in 1.4.x versions.

This commit is contained in:
nowrep 2013-03-26 12:29:08 +01:00
parent 8d29f46376
commit 953ca726bd

View File

@ -89,10 +89,8 @@ void ProfileUpdater::updateProfile(const QString &current, 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;
}