proxy: Actually fix settings migration logic
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 1 Mar 2018 21:03:53 +0000 (22:03 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 1 Mar 2018 21:09:12 +0000 (22:09 +0100)
commit8a3d4d38573fcf867fdf1409cb5a17eacd87f741
treee991ceaf99aeffd87647b160ed4fa3f1c19c4889
parent89f0a6efb5689090cced7ee5c979cbb82e49a049
proxy: Actually fix settings migration logic

Not sure what the previous code was supposed to accomplish, but
proxy settings are stored in [CoreAccounts] and thus migration needs
to happen for each configured account. Also, the UseProxy flag was
removed and thus must be translated to ProxyType::NoProxy.

Closes GH-181.
src/qtui/qtuiapplication.cpp