X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=234891c79aa49a74754619fd36ba015abb275904;hp=eb7a140c5de956f25c71a259aa88736efd693112;hb=493043890c74e4679bb3fdaf512a0e1e52c426d3;hpb=d19063654aa5fc2fd4cf7c111aac00803cf7c845 diff --git a/src/common/main.cpp b/src/common/main.cpp index eb7a140c..234891c7 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -80,7 +80,7 @@ int main(int argc, char **argv) #endif // Instantiate early, so log messages are handled - Quassel::instance(); + Quassel quassel; #if QT_VERSION < 0x050000 // All our source files are in UTF-8, and Qt5 even requires that