From 09f45583d97c73e309a93447707b0acebfbddea8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Jun 2019 20:03:50 +0900 Subject: Adjusted to use new QStringVariantMap type. Signed-off-by: Michele Calgaro --- src/sql/qsqlquery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/qsqlquery.h') diff --git a/src/sql/qsqlquery.h b/src/sql/qsqlquery.h index cf176d8..4e52a88 100644 --- a/src/sql/qsqlquery.h +++ b/src/sql/qsqlquery.h @@ -114,7 +114,7 @@ public: void addBindValue( const QVariant& val, QSql::ParameterType type ); QVariant boundValue( const QString& placeholder ) const; QVariant boundValue( int pos ) const; - QMap boundValues() const; + QStringVariantMap boundValues() const; QString executedQuery() const; protected: -- cgit v1.2.3