mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replace T_WIDGET macro with a template base class.
This commit is contained in:
@@ -546,7 +546,7 @@ void SetupChannelBox::mousePressEvent(QMouseEvent *e) {
|
||||
}
|
||||
}
|
||||
|
||||
void SetupChannelBox::leaveEvent(QEvent *e) {
|
||||
void SetupChannelBox::leaveEventHook(QEvent *e) {
|
||||
updateSelected(QCursor::pos());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user