X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=aa1b7d4899827139099d8bc31d86cccf6c822fda;hp=92e0908d9ac2082a64aa603410ee094b4cac25cb;hb=5080325e7f8c5cf95bbcddf0e2e0cfd2233a5795;hpb=8ec4a861065b8a037ea6af58b2916800007ed61f diff --git a/src/core/core.cpp b/src/core/core.cpp index 92e0908d..aa1b7d48 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -81,7 +81,7 @@ Core::Core() : storage(0) { foreach(QString key, oldSettings.allKeys()) newSettings.setValue(key, oldSettings.value(key)); newSettings.setValue("Config/Version", 1); - qWarning() << "* Your core settings have been migrated to" << newFilePath; + qWarning() << "* Your core settings have been migrated to" << newSettings.fileName(); #ifndef Q_WS_MAC /* we don't need to move the db and cert for mac */ #ifdef Q_OS_WIN32 @@ -114,10 +114,10 @@ Core::Core() : storage(0) { else qWarning() << "!!! Moving your certificate has failed. Please move it manually into" << Quassel::configDirPath(); } +#endif /* !Q_WS_MAC */ qWarning() << "*** Migration completed.\n\n"; } } -#endif /* !Q_WS_MAC */ // MIGRATION end // check settings version