mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-05 16:10:02 -05:00
bugfix removed useless const
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Types
|
||||
/*! Constructor from the QSqlQuery type and time zone from the configuration. */
|
||||
SqlQuery(QSqlQuery &&other, const QtTimeZoneConfig &qtTimeZone,
|
||||
const QueryGrammar &queryGrammar,
|
||||
const std::optional<bool> returnQDateTime);
|
||||
std::optional<bool> returnQDateTime);
|
||||
|
||||
/*! Return the value of field index in the current record. */
|
||||
inline QVariant value(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user