X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.h;h=ae39dc18c45b9818207c0bec8e9d23ce536774f7;hp=e6203894da2cd39af8ed2f4f738c173a7082a065;hb=4b41d8800c38aa3bc4e88a76289b45bc888ba088;hpb=6447ec038a9553427fb729f5889c69e0f2f247a8 diff --git a/src/core/core.h b/src/core/core.h index e6203894..ae39dc18 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -56,7 +56,8 @@ class Core : public QObject { void clientHasData(); void clientDisconnected(); - bool initStorageSqlite(QVariantMap dbSettings, bool setup); + bool initStorage(QVariantMap dbSettings, bool setup); + bool initStorage(QVariantMap dbSettings); private: Core();