X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;fp=src%2Fcore%2Fstorage.h;h=3930a953c1665cf19d9c9c7634d67e7e10a5d660;hp=f912c8b69334c3e248441145f3e1abca50452a85;hb=dc11e24b95e5b5e3595cc0e98eb2a572006912c7;hpb=358e5d557d527675c7bc62e58a4c7ad3b408897c diff --git a/src/core/storage.h b/src/core/storage.h index f912c8b6..3930a953 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -551,6 +551,9 @@ signals: //! Sent when a user has been removed void userRemoved(UserId); + //! Emitted when database schema upgrade starts or ends + void dbUpgradeInProgress(bool inProgress); + protected: QString hashPassword(const QString &password); bool checkHashedPassword(const UserId user, const QString &password, const QString &hashedPassword, const Storage::HashVersion version);