Replace {from,to}Ascii with {from,to}Latin1
authorK. Ernest (iFire) Lee <ernest.lee@chibifire.com>
Sun, 9 Feb 2014 19:43:56 +0000 (11:43 -0800)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Mar 2014 23:21:25 +0000 (00:21 +0100)
commit40601ae070413b727a68e35e5b8c619176c661b1
treeea27b9c3f1f39d0fe42b03d0cdd8400e27ef6831
parent73b7e9b2e6b0742e344238c6ebac05919efd914b
Replace {from,to}Ascii with {from,to}Latin1

These have been deprecated since Qt 5.0, and rather than use
{from,to}Local8Bit I've decided to match the original functionality.
18 files changed:
src/client/networkmodel.cpp
src/client/treemodel.cpp
src/common/cliparser.cpp
src/common/eventmanager.cpp
src/common/ircchannel.cpp
src/common/ircuser.cpp
src/common/network.cpp
src/common/syncableobject.cpp
src/common/util.cpp
src/core/abstractsqlstorage.cpp
src/core/coreircchannel.cpp
src/core/corenetwork.cpp
src/core/coresessioneventprocessor.cpp
src/core/coreuserinputhandler.cpp
src/core/oidentdconfiggenerator.cpp
src/core/postgresqlstorage.cpp
src/core/sqlitestorage.cpp
src/uisupport/uistyle.cpp