mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Remove twidget header.
This commit is contained in:
@@ -513,7 +513,7 @@ bool Sandbox::notify(QObject *receiver, QEvent *e) {
|
||||
|
||||
const auto wrap = createEventNestingLevel();
|
||||
if (e->type() == QEvent::UpdateRequest) {
|
||||
const auto weak = make_weak(receiver);
|
||||
const auto weak = QPointer<QObject>(receiver);
|
||||
_widgetUpdateRequests.fire({});
|
||||
if (!weak) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user