From 0964e5c37395d7d5f6c50d1e659d3bc8f2707711 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 30 Mar 2020 10:09:45 +0200 Subject: Fix compile error Fix compilation after change 46ebd11e66f6f3180043a7258b46a1aff79a69f8 in qtbase. Fixes: QTBUG-83171 Change-Id: I0a82c8f8c37ca8adc097cb2f480b8b54253e10b2 Reviewed-by: Vitaly Fanaskov Reviewed-by: Alex Blasche --- examples/xmlpatterns/recipes/querymainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xmlpatterns/recipes/querymainwindow.cpp b/examples/xmlpatterns/recipes/querymainwindow.cpp index dd20fb6..b968d28 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.cpp +++ b/examples/xmlpatterns/recipes/querymainwindow.cpp @@ -66,7 +66,7 @@ QueryMainWindow::QueryMainWindow() ui_defaultQueries = findChild("defaultQueries"); QMetaObject::connectSlotsByName(this); - connect(ui_defaultQueries, QOverload::of(&QComboBox::currentIndexChanged), + connect(ui_defaultQueries, QOverload::of(&QComboBox::currentIndexChanged), this, &QueryMainWindow::displayQuery); loadInputFile(); -- cgit v1.2.1