From 55f2fe374f0314e87e1ca5618bab6fac94430c78 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 5 Apr 2016 18:24:44 +0200 Subject: purge symbian vestiges Change-Id: I3e66ce25ea21aa846b44b6f99b8afbe0959a6526 Reviewed-by: Lars Knoll --- examples/script/defaultprototypes/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/script/defaultprototypes/main.cpp') diff --git a/examples/script/defaultprototypes/main.cpp b/examples/script/defaultprototypes/main.cpp index 5717f86..f9a135d 100644 --- a/examples/script/defaultprototypes/main.cpp +++ b/examples/script/defaultprototypes/main.cpp @@ -80,10 +80,6 @@ int main(int argc, char **argv) qWarning() << "line" << lineNo << ":" << result.toString(); } -#if defined(Q_OS_SYMBIAN) - listWidget.showMaximized(); -#else listWidget.show(); -#endif return app.exec(); } -- cgit v1.2.3