summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:37:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-01 22:37:59 +0900
commit4a5da4685a8607a87602e065d1e3abdbf66c9ff9 (patch)
tree287c72141034c052bfd51c9ecc78e7fa5277f553 /src/tools
parent0614be092185ccde33cd70fe6076f19970ebe571 (diff)
downloadqt3-4a5da4685a8607a87602e065d1e3abdbf66c9ff9.tar.gz
qt3-4a5da4685a8607a87602e065d1e3abdbf66c9ff9.zip
Fixed FTBFS caused by name conflict with new postgres server dev 11
package. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qwinexport.h2
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