qt5-sqlcipher
qt5-sqlcipher copied to clipboard
compile error
qsql_sqlite.cpp:339:7: error: no matching constructor for initialization of 'QSqlCachedResult' : QSqlCachedResult(db)
I think I get the point. In older version of Qt, there is QSqlCachedResult initialization function, and there is no initialization function in Qt 5.8
QSqlCachedResult::QSqlCachedResult(const QSqlDriver * db): QSqlResult (db) { d = new QSqlCachedResultPrivate(); }