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>
Thu, 23 Apr 2015 20:34:07 +0000 (22:34 +0200)
commit9076b8bf67bf8a71aae42e02af3ba987abebb111
tree3914b29f07667b0642c1825686e230b74becdeac
parent722dd777ec6060b3176b4b40ca79fc1e374200b9
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