common: Use the Singleton mixin for the Quassel instance
[quassel.git] / src / common / main.cpp
index eb7a140..234891c 100644 (file)
@@ -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