diff options
author | Christian Stenger <christian.stenger@digia.com> | 2012-11-22 15:24:49 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-22 16:51:33 +0100 |
commit | b34af22fcc7e9321e5a7943763cd68a1d51a36d5 (patch) | |
tree | c35b5675393e1c90582a3d13f4495284523394f4 /examples/xmlpatterns/recipes/querymainwindow.h | |
parent | 89c39769e3102d6c3a2231787155a490894b8ff1 (diff) | |
download | qtxmlpatterns-b34af22fcc7e9321e5a7943763cd68a1d51a36d5.tar.gz |
Stylefixes for examples in qtxmlpatterns
Change-Id: I5a7a22779f13805479b37970888a26250c56a70d
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/xmlpatterns/recipes/querymainwindow.h')
-rw-r--r-- | examples/xmlpatterns/recipes/querymainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h index 666df09..6087752 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.h +++ b/examples/xmlpatterns/recipes/querymainwindow.h @@ -59,13 +59,13 @@ class QueryMainWindow : public QMainWindow, { Q_OBJECT - public: +public: QueryMainWindow(); - public slots: +public slots: void displayQuery(int index); - private: +private: QComboBox* ui_defaultQueries; void evaluate(const QString &str); |