From f424629374b2d04d80dde4b07f17c1f2e52fe884 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 30 Nov 2012 16:09:23 +0100 Subject: Compile with QT_NO_VALIDATOR. Theses enums were apparently renamed for the case QValidator is present, so follow this here as well. Change-Id: Ic2a3fd5296a6dd9da356c2e5efd88f56d0843664 Reviewed-by: Thomas McGuire --- src/quick/items/qquicktextinput_p_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/quick/items/qquicktextinput_p_p.h') diff --git a/src/quick/items/qquicktextinput_p_p.h b/src/quick/items/qquicktextinput_p_p.h index cf0842453b..ece279cafa 100644 --- a/src/quick/items/qquicktextinput_p_p.h +++ b/src/quick/items/qquicktextinput_p_p.h @@ -464,9 +464,9 @@ private: IntermediateInput = QValidator::Intermediate, AcceptableInput = QValidator::Acceptable #else - Invalid, - Intermediate, - Acceptable + InvalidInput, + IntermediateInput, + AcceptableInput #endif }; -- cgit v1.2.3