qt5-sqlcipher icon indicating copy to clipboard operation
qt5-sqlcipher copied to clipboard

compile error

Open yupengfei opened this issue 8 years ago • 1 comments

qsql_sqlite.cpp:339:7: error: no matching constructor for initialization of 'QSqlCachedResult' : QSqlCachedResult(db)

yupengfei avatar Mar 29 '17 09:03 yupengfei

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(); }

yupengfei avatar Mar 29 '17 10:03 yupengfei