core: Use QLatin1String in a few places
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Aug 2019 18:13:43 +0000 (20:13 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Aug 2019 19:45:23 +0000 (21:45 +0200)
commitaf9f6788daf6910d3727bf5a85cd88ebf0b93ba4
treed802a51d7e24b5c7a06e155f0a3997f0badc1977
parentec747d2e6065e645e2cd768abc84923ef6a19705
core: Use QLatin1String in a few places

It is recommended to use QLatin1String as an efficient wrapper
around const char*. Use this in the places recently touched.
src/core/sqlitestorage.cpp