From ec7ba92dd358dba04f16385ae7b8adb280073c63 Mon Sep 17 00:00:00 2001 From: apl Date: Fri, 15 Feb 2013 07:36:28 +0000 Subject: [PATCH] export symbols of QDS_DoubleValidator --- src/QDS/QDS_Validator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QDS/QDS_Validator.h b/src/QDS/QDS_Validator.h index 172748f58..946b67b43 100644 --- a/src/QDS/QDS_Validator.h +++ b/src/QDS/QDS_Validator.h @@ -40,7 +40,7 @@ private: QString myFilter; //!< string filter }; -class QDS_DoubleValidator : public QDoubleValidator +class QDS_EXPORT QDS_DoubleValidator : public QDoubleValidator { public: QDS_DoubleValidator( QObject* p = 0 ); -- 2.39.2