X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.h;h=d0046a9f150eb5037ec34176fa1e2fb8b73ba0fb;hp=8990551348d60446695c94bdc77d63c34cb0e193;hb=644837b45714e41246a8fd10fc6efc0e129280ff;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 {