~ubuntu-branches/ubuntu/jaunty/quassel/jaunty

« back to all changes in this revision

Viewing changes to src/core/abstractsqlstorage.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-02-13 10:36:45 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090213103645-skjf7s3h3j9ly3o2
Tags: 0.4.0~git090213-0ubuntu1
* New upstream git snapshot
  - Continued bug fixing

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  virtual ~AbstractSqlStorage();
36
36
 
37
37
protected:
38
 
  virtual bool init(const QVariantMap &settings = QVariantMap());
 
38
  virtual State init(const QVariantMap &settings = QVariantMap());
39
39
  inline virtual void sync() {};
40
40
  
41
41
  QSqlDatabase logDb();