~renatofilho/history-service/most-called

« back to all changes in this revision

Viewing changes to plugins/sqlite/sqlitedatabase.h

Save timestamps in UTC. Fixes: 1379018
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    QStringList parseSchemaFile(const QString &fileName);
46
46
    void parseVersionInfo();
47
47
 
 
48
    // data upgrade functions
 
49
    bool changeTimestampsToUtc();
 
50
 
48
51
private:
49
52
    explicit SQLiteDatabase(QObject *parent = 0);
50
53
    QString mDatabasePath;