[Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

AlexeyT aaa5500 at ya.ru
Sat Oct 26 10:22:11 CEST 2019


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.


On 26.10.2019 10:01, AlexeyT via lazarus wrote:
> ./cudatext: undefined symbol: QTextEdit_setPlaceholderText 

-- 
Regards,
Alexey

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20191026/100b4dbb/attachment.html>


More information about the lazarus mailing list