Move config file migration after QCoreApplication instantiation
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Apr 2015 20:34:07 +0000 (22:34 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 1 Jul 2015 18:34:57 +0000 (20:34 +0200)
commitb6eab225596b412e64df8f531e8bf0b790e0b663
treefe5edd054a8274a67c2147aec22cf148160330ad
parent92490c7390f21d59a0df540c4bdcbb1de69e7e8e
Move config file migration after QCoreApplication instantiation

Seems like Kdelibs4ConfigMigrator accesses QCoreApplication::arguments()
now, leading to a warning on startup if QCA hasn't been instantiated yet.
src/common/main.cpp