mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 20:59:16 +02:00
Qt5: added LCLQt_DestroyWidget to keep in sync with qt6 and easier merging.
(cherry picked from commit b83ff6e8b4
)
Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
parent
9f578317f8
commit
71a31adcbc
@ -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