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/helloscript/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/script/helloscript/main.cpp') diff --git a/examples/script/helloscript/main.cpp b/examples/script/helloscript/main.cpp index fafa0f3..2af6e30 100644 --- a/examples/script/helloscript/main.cpp +++ b/examples/script/helloscript/main.cpp @@ -78,10 +78,6 @@ int main(int argc, char *argv[]) scriptFile.close(); //! [3] -#ifdef Q_OS_SYMBIAN - contents.replace("button.show()", "button.showMaximized()"); -#endif - //! [4] QScriptValue result = engine.evaluate(contents, fileName); //! [4] -- cgit v1.2.1