From 08f21411eafdac077322a968412d90d5924fe119 Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Sat, 2 Nov 2019 17:11:57 +0100 Subject: [PATCH] patch removed --- trunk/qtbug-77364.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 trunk/qtbug-77364.patch diff --git a/trunk/qtbug-77364.patch b/trunk/qtbug-77364.patch deleted file mode 100644 index fd28481..0000000 --- a/trunk/qtbug-77364.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp -index 04290a4ce1..27773d5762 100644 ---- a/src/widgets/kernel/qwidget.cpp -+++ b/src/widgets/kernel/qwidget.cpp -@@ -6446,7 +6446,7 @@ void QWidget::setFocusProxy(QWidget * w) - - if (changingAppFocusWidget) { - QWidget *newDeepestFocusProxy = d_func()->deepestFocusProxy(); -- QApplicationPrivate::focus_widget = newDeepestFocusProxy ? newDeepestFocusProxy : this; -+ QApplicationPrivate::setFocusWidget(newDeepestFocusProxy ? newDeepestFocusProxy : this, Qt::NoFocusReason); - } - } -- GitLab