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

remotes/origin/falkon
David Rosca 9 years ago
parent d5b50edc1e
commit e9d1771114
  1. 3
      src/lib/app/profilemanager.cpp

@ -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;
}

Loading…
Cancel
Save