Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.11.1
-
None
-
VS2015 update 3 on Win10
Description
Compiler error when attempting to build Qt from the 5.11.1 branch in git (sha 32eee8f17a24305ddf33e9ca5821f4cdaa1483cd):
C:\Qt\qt5-source\qtquick1\src\declarative\graphicsitems\qdeclarativetextinput.cpp(517): error C2039: 'setCursorBlinkPeriod': is not a member of 'QWidgetLineControl'
c:\qt\qt5-git-tmp\qtbase\include\qtwidgets\5.11.1\qtwidgets\private\../../../../../../../qt5-source/qtbase/src/widgets/widgets/qwidgetlinecontrol_p.h(82): note: see declaration of 'QWidgetLineControl'
I believe that this is related to QTBUG-56642.