summaryrefslogtreecommitdiffstats
path: root/src/sql/qsqlquery.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 20:03:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-01 20:03:50 +0900
commit09f45583d97c73e309a93447707b0acebfbddea8 (patch)
treed0941a11d3399f967e2c8ff8c10e6d0dff845e0f /src/sql/qsqlquery.h
parent8e3ec3023bdb4e1c61f0b5db945a09628e4fbae2 (diff)
downloadqt3-09f45583d97c73e309a93447707b0acebfbddea8.tar.gz
qt3-09f45583d97c73e309a93447707b0acebfbddea8.zip
Adjusted to use new QStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/sql/qsqlquery.h')
-rw-r--r--src/sql/qsqlquery.h2
1 files changed, 1 insertions, 1 deletions
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<QString, QVariant> boundValues() const;
+ QStringVariantMap boundValues() const;
QString executedQuery() const;
protected: