[Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText
zeljko
zeljko at holobit.net
Sat Oct 26 12:38:59 CEST 2019
On 10/26/19 10:22 AM, AlexeyT via lazarus wrote:
> This looks like missed export in qt5.pas
>
> https://raw.githubusercontent.com/graemeg/lazarus/upstream/lcl/interfaces/qt5/cbindings/qt5.pas
>
> file has the
>
> procedure QLineEdit_setPlaceholderText(handle: QLineEditH; AnonParam1: PWideString); cdecl; external Qt5PasLib name 'QLineEdit_setPlaceholderText';
>
> but don't have QTextEdit_setPlaceholderText.
No, that means that distro packager did not update libQt5Pas from
lazarus trunk.
Latest version is 1.2.7, not 1.2.6.
zeljko
>
>
> On 26.10.2019 10:01, AlexeyT via lazarus wrote:
>> ./cudatext: undefined symbol: QTextEdit_setPlaceholderText
>
> --
> Regards,
> Alexey
>
>
More information about the lazarus
mailing list