summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/querymainwindow.h
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-09-19 15:30:48 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-09-26 08:46:52 +0000
commit9e26cfa167778f3d9444aedcb23c8476683b3785 (patch)
tree2eb7beb467cbe69f7ec5987e03c1dff8a490fcd2 /examples/xmlpatterns/recipes/querymainwindow.h
parent189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1 (diff)
downloadqtxmlpatterns-9e26cfa167778f3d9444aedcb23c8476683b3785.tar.gz
examples: minor code revamping in recipesv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1
Task-number: QTBUG-60660 Change-Id: I396f64c770f4ccbf5b2bbd6240ccb4618df70b23 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r--examples/xmlpatterns/recipes/querymainwindow.h2
1 files changed, 1 insertions, 1 deletions
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();