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