X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;h=4a225243954c67f788bec5325afb9afd3053c967;hp=c049dc17dc76747931fafe537168ffe4dccfceea;hb=c6bc07febff322910675a1eb60c44f6be209a934;hpb=788fd0058595c815dc42597e9956c02aea45261f diff --git a/src/core/storage.h b/src/core/storage.h index c049dc17..4a225243 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -52,7 +52,7 @@ class Storage : public QObject { * \param settings Hostname, port, username, password, ... * \return True if and only if the storage provider was initialized successfully. */ - virtual bool setup(const QVariantMap &settings = QVariantMap()) { return false; } + virtual bool setup(const QVariantMap &settings = QVariantMap()) { Q_UNUSED(settings); return false; } //! Initialize the storage provider /** \param settings Hostname, port, username, password, ...