X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;fp=src%2Fcore%2Fcore.cpp;h=339cbd38b505331ff1322e5dadaaf23a28ae1619;hp=e1ea08320c4ca5b534c0fc86f9fc23cafa6da370;hb=d4b64322860b0dfcc9e1340a3b3a0b0df3e2eb81;hpb=d83fe8c7400978a7abc911b3c55ff51516b83211 diff --git a/src/core/core.cpp b/src/core/core.cpp index e1ea0832..339cbd38 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -70,6 +70,8 @@ public: Core::Core() : Singleton{this} { + Q_INIT_RESOURCE(sql); + // Parent all QObject-derived attributes, so when the Core instance gets moved into another // thread, they get moved with it _server.setParent(this);