X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.cpp;h=8a6afe34ee0cfea75e8dc3d2f49f39ea101aa814;hp=52846cdac6b4b761539875d234f072c2be06dc53;hb=c6bc07febff322910675a1eb60c44f6be209a934;hpb=e579b77068ae216e275fee0bb560c2a4ea9c7225 diff --git a/src/core/sqlitestorage.cpp b/src/core/sqlitestorage.cpp index 52846cda..8a6afe34 100644 --- a/src/core/sqlitestorage.cpp +++ b/src/core/sqlitestorage.cpp @@ -62,6 +62,7 @@ QString SqliteStorage::displayName() { } bool SqliteStorage::setup(const QVariantMap &settings) { + Q_UNUSED(settings); bool ok; // this extra scope is needed to be able to remove the database connection later { @@ -135,6 +136,7 @@ bool SqliteStorage::setup(const QVariantMap &settings) { } bool SqliteStorage::init(const QVariantMap &settings) { + Q_UNUSED(settings); bool ok; // i need the extra scope to be able to remove the database connection {