Fixed|Clang|GuiWidgetPrivate: Accessing base template's member
Tell the compiler that "base" is coming from the base class, asthe use of templates seems to make this not work automatically.
View differences
Fixed|Clang|GuiWidgetPrivate: Accessing base template's member
Tell the compiler that "base" is coming from the base class, as
the use of templates seems to make this not work automatically.