X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Fstorage.h;fp=core%2Fstorage.h;h=e0d24a9c39936dc8bca7b79daba97493c1b7c323;hp=31b2b09ec02ae38cab05d98e8a2fe891a3158bf0;hb=7ec4585cecc74ce8d9a94b0e52f00a96d105e79e;hpb=62f292ad143923a3b774b9bd14f83f3b640c0cb8 diff --git a/core/storage.h b/core/storage.h index 31b2b09e..e0d24a9c 100644 --- a/core/storage.h +++ b/core/storage.h @@ -150,6 +150,9 @@ class Storage : public QObject { //! Sent if a new BufferId is created, or an existing one changed somehow. void bufferIdUpdated(BufferId); + public: + /* Exceptions */ + struct AuthError : public Exception {}; protected: // Old stuff, just for importing old file-based data