mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 18:20:18 +02:00
Qt5: added LCLQt_DestroyWidget to keep in sync with qt6 and easier merging.
This commit is contained in:
parent
ae99aee828
commit
b83ff6e8b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user