Execute initDbSession() on DB reconnects
[quassel.git] / src / core / abstractsqlstorage.h
index 3e7b379..d900250 100644 (file)
@@ -87,6 +87,7 @@ private slots:
 
 private:
     void addConnectionToPool();
+    void dbConnect(QSqlDatabase &db);
 
     int _schemaVersion;
     bool _debug;