mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Replace T_WIDGET macro with a template base class.
This commit is contained in:
@@ -606,7 +606,7 @@ QMargins MultiSelect::Inner::itemPaintMargins() const {
|
||||
};
|
||||
}
|
||||
|
||||
void MultiSelect::Inner::leaveEvent(QEvent *e) {
|
||||
void MultiSelect::Inner::leaveEventHook(QEvent *e) {
|
||||
clearSelection();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user