From 19ef3e4359eed834049596c7bc07cb18b204a2f1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 1 Nov 2018 22:52:03 +0900 Subject: Improved class name used in previous commit. Suggestion comes from Slavek :-) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- src/tools/qwinexport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/qwinexport.h b/src/tools/qwinexport.h index 4d9e5d4..f489e35 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; // 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; +QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QMap; QM_TEMPLATE_EXTERN_SQL template class QM_EXPORT_SQL QValueVector; #endif -- cgit v1.2.3