X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.h;h=d0046a9f150eb5037ec34176fa1e2fb8b73ba0fb;hp=0367a559b696b2d51869ef7ac3defa2ce5bd47f3;hb=615c5621f63360ef11c9cc3519c0462d8b5ec85b;hpb=97dd282be4132a8107efb92c9cd42162c4f0f51d diff --git a/src/core/abstractsqlstorage.h b/src/core/abstractsqlstorage.h index 0367a559..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;