~ubuntu-branches/ubuntu/utopic/qtsystems-opensource-src/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/auto/serviceframework/qsfwtestutil.h

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-07-12 13:41:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130712134102-o5l4izefcde4dyab
Tags: 5.0~git20130712-0ubuntu1
* Configure with CONFIG+=ofono (LP: #1199185)
* New upstream snapshot fa61ba41b962aa66bf6dc62ce62ce0734063abf9.
  - Fixes oFono segfault (LP: #1199813)
  - Remove some of the examples that aren't installed anymore
* Add Vcs-Bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    static QString userDirectory();
62
62
    static QString systemDirectory();
63
 
 
64
 
#if defined(QT_ADDON_JSONDB_LIB)
65
 
    static void saveDatabases_jsondb();
66
 
    static void clearDatabases_jsondb();
67
 
    static void restoreDatabases_jsondb();
68
 
#endif
69
 
 
70
63
};
71
64
 
72
65
#endif