From 189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 19 Sep 2017 14:08:16 +0200 Subject: examples: remove traces of the Maemo and Q_WS_SIMULATOR Maemo part: This kind of amends what was done in qtbase 2 years and 7 months ago by 5432f2c7a1ff02e1ee0e07e442ceb6c12ca66098. Q_WS_SIMULATOR part: This was all dead code, because nothing sets Q_WS_SIMULATOR in Qt 5. Change-Id: I8af66123e332cd8911a73c11893d674b8102e474 Reviewed-by: Friedemann Kleint --- examples/xmlpatterns/recipes/querymainwindow.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/xmlpatterns/recipes/querymainwindow.h') diff --git a/examples/xmlpatterns/recipes/querymainwindow.h b/examples/xmlpatterns/recipes/querymainwindow.h index 4f8119a..25ffaab 100644 --- a/examples/xmlpatterns/recipes/querymainwindow.h +++ b/examples/xmlpatterns/recipes/querymainwindow.h @@ -43,11 +43,7 @@ #include -#if defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) - #include "ui_querywidget_mobiles.h" -#else - #include "ui_querywidget.h" -#endif +#include "ui_querywidget.h" QT_BEGIN_NAMESPACE class QComboBox; -- cgit v1.2.1