aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickvalidator_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Move QtQuick validators out of qquicktextinput_p.hJ-P Nurmi2015-03-181-0/+83
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 <liang.qi@theqtcompany.com>