1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

ProfileManager: Only warn when using profile from QupZilla 1.x

This commit is contained in:
David Rosca 2016-12-27 18:05:45 +01:00
parent d5b50edc1e
commit e9d1771114

View File

@ -188,8 +188,7 @@ void ProfileManager::updateProfile(const QString &current, const QString &profil
Updater::Version prof(profile);
if (prof < Updater::Version("1.9.0")) {
std::cout << "QupZilla: Incompatible profile version detected (" << qPrintable(profile) << "), overwriting profile data..." << std::endl;
copyDataToProfile();
std::cout << "QupZilla: Using profile from QupZilla " << qPrintable(profile) << " is not supported!" << std::endl;
return;
}