diff options
author | Michele Calgaro <[email protected]> | 2018-11-01 22:37:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-11-01 22:38:51 +0900 |
commit | 329fb608774ca3e6a9bc273683fd4509f3629cd4 (patch) | |
tree | b15733a115f86d1a8018c1a2f9561c77b02c7a30 /src/tools/qwinexport.h | |
parent | 305c060e4e41bd881a1b0bce70a66e53fbff9758 (diff) | |
download | qt3-329fb608774ca3e6a9bc273683fd4509f3629cd4.tar.gz qt3-329fb608774ca3e6a9bc273683fd4509f3629cd4.zip |
Fixed FTBFS caused by name conflict with new postgres server dev 11
package.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4a5da4685a8607a87602e065d1e3abdbf66c9ff9)
Diffstat (limited to 'src/tools/qwinexport.h')
-rw-r--r-- | src/tools/qwinexport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qwinexport.h b/src/tools/qwinexport.h index 67c13e9..4d9e5d4 100644 --- a/src/tools/qwinexport.h +++ b/src/tools/qwinexport.h @@ -215,7 +215,7 @@ QM_TEMPLATE_EXTERN_TABLE template class QM_EXPORT_TABLE QPtrVector<QTableItem>; // qsqlextension template exports #if defined(Q_DEFINED_QSQLEXTENSION) && defined(Q_DEFINED_QMAP) && defined(Q_DEFINED_QVALUEVECTOR) && defined(Q_DEFINED_QSTRING) && !defined(Q_EXPORTED_QSQLEXTENSION_TEMPLATES) #define Q_EXPORTED_QSQLEXTENSION_TEMPLATES -QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QMap<QString,Param>; +QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QMap<QString,QtParam>; QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QValueVector<Holder>; #endif |