Big update this time - Core has been redesigned to be multi-user capable. At least...
[quassel.git] / core / storage.h
index 31b2b09..e0d24a9 100644 (file)
@@ -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