X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.h;h=d0046a9f150eb5037ec34176fa1e2fb8b73ba0fb;hp=8990551348d60446695c94bdc77d63c34cb0e193;hb=615c5621f63360ef11c9cc3519c0462d8b5ec85b;hpb=18cda6df43b5960686256fb6a899a63baebff70d diff --git a/src/core/abstractsqlstorage.h b/src/core/abstractsqlstorage.h index 89905513..d0046a9f 100644 --- a/src/core/abstractsqlstorage.h +++ b/src/core/abstractsqlstorage.h @@ -89,6 +89,7 @@ private: void addConnectionToPool(); int _schemaVersion; + bool _debug; static int _nextConnectionId; QMutex _connectionPoolMutex; @@ -187,6 +188,9 @@ public: QString awaymessage; QString attachperform; QString detachperform; + bool usesasl; + QString saslaccount; + QString saslpassword; }; struct BufferMO {