summaryrefslogtreecommitdiff
path: root/examples/script/helloscript/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/helloscript/main.cpp')
-rw-r--r--examples/script/helloscript/main.cpp4
1 files changed, 0 insertions, 4 deletions
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]