We now send WHO every 60 seconds for all channels we are in. This keeps the nicklist,
[quassel.git] / src / core / abstractsqlstorage.h
index 7002699..a85fdbb 100644 (file)
@@ -34,12 +34,9 @@ public:
   AbstractSqlStorage(QObject *parent = 0);
   virtual ~AbstractSqlStorage();
 
-  //! Returns the name of the storage backend engine
-  /** \return A virtual equivalent of displayName() */
-  virtual QString engineName() { return ""; }
-  
 protected:
   bool init(const QVariantMap &settings = QVariantMap());
+  virtual void sync();
   
   QSqlDatabase logDb();