Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.0
-
None
Description
The QT_NO_TEXTCONTROL ifdef doesn't wrap the three includes statements above:
#include "qtextcontrol_p.h", #include "qtextcontrol_p_p.h", #include "qlineedit.h".
The include statements and textcontrol_p.h do not contain the ifdef at all so it is not possible to remove the text control feature.