Qt5: added LCLQt_DestroyWidget to keep in sync with qt6 and easier merging.

This commit is contained in:
zeljan1 2025-05-14 13:00:46 +02:00
parent ae99aee828
commit b83ff6e8b4

View File

@ -328,6 +328,7 @@ const
LCLQt_RegisterSystemTrayIcon = QEventType(Ord(QEventUser) + $1011);
// combobox OnCloseUp should be in order OnChange->OnSelect->OnCloseUp
LCLQt_ComboBoxCloseUp = QEventType(Ord(QEventUser) + $1012);
LCLQt_DestroyWidget = QEventType(Ord(QEventUser) + $1013);
QtTextSingleLine = $0100;