From 9e26cfa167778f3d9444aedcb23c8476683b3785 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 19 Sep 2017 15:30:48 +0200 Subject: examples: minor code revamping in recipes Task-number: QTBUG-60660 Change-Id: I396f64c770f4ccbf5b2bbd6240ccb4618df70b23 Reviewed-by: Friedemann Kleint --- examples/xmlpatterns/recipes/querymainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/xmlpatterns/recipes/querymainwindow.h') diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h index 25ffaab..7961d88 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.h +++ b/examples/xmlpatterns/recipes/querymainwindow.h @@ -62,7 +62,7 @@ public slots: void displayQuery(int index); private: - QComboBox* ui_defaultQueries; + QComboBox *ui_defaultQueries = nullptr; void evaluate(const QString &str); void loadInputFile(); -- cgit v1.2.1