From 3119e7edc2c72e6aa4134153e29c07ab9609215a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 17 Mar 2015 17:17:51 +0100 Subject: Move QtQuick validators out of qquicktextinput_p.h TextField (v2) inherits QQuickTextInput, and therefore has to include qquicktextinput_p.h. Move the internal Q_AUTOTEST_EXPORT'd classes out of the header to avoid build problems on Windows due to missing symbols Change-Id: I6f37cf4e112425ff6c4c0a4ccc5e584f26599d8a Reviewed-by: Liang Qi --- tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/quick/qquicktextinput') diff --git a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp index 2c6003998e..38d87f0c79 100644 --- a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp +++ b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3