mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Add Qt 6 support
Tested only on Linux so far
This commit is contained in:
@@ -1015,7 +1015,7 @@ bool Notification::unlinkSession(not_null<Main::Session*> session) {
|
||||
return unlink;
|
||||
}
|
||||
|
||||
void Notification::enterEventHook(QEvent *e) {
|
||||
void Notification::enterEventHook(QEnterEvent *e) {
|
||||
if (!_history) return;
|
||||
manager()->stopAllHiding();
|
||||
if (!_replyArea && canReply()) {
|
||||
@@ -1096,7 +1096,7 @@ void HideAllButton::stopHiding() {
|
||||
hideStop();
|
||||
}
|
||||
|
||||
void HideAllButton::enterEventHook(QEvent *e) {
|
||||
void HideAllButton::enterEventHook(QEnterEvent *e) {
|
||||
_mouseOver = true;
|
||||
update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user