bugfix removed useless const

This commit is contained in:
silverqx
2023-04-01 10:16:24 +02:00
parent 32f53b3ebf
commit bc1ba5cf22
+1 -1
View File
@@ -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;