diff options
author | ck <qt-info@nokia.com> | 2009-12-03 13:38:49 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-12-03 13:38:49 (GMT) |
commit | 6aee4cbee38e007fb8141de7d577aa73e5734ef5 (patch) | |
tree | 964e929477cb27f9de271dfd08f2da88eb338981 /examples/script/helloscript/main.cpp | |
parent | d6c21efa5b67fc55f9edfa4aabeb48adf68ee131 (diff) | |
parent | 3f18623dd8f26857d9af032c41095818f5346910 (diff) | |
download | Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.zip Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.tar.gz Qt-6aee4cbee38e007fb8141de7d577aa73e5734ef5.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'examples/script/helloscript/main.cpp')
-rw-r--r-- | examples/script/helloscript/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/script/helloscript/main.cpp b/examples/script/helloscript/main.cpp index bc9a65e..55d63bf 100644 --- a/examples/script/helloscript/main.cpp +++ b/examples/script/helloscript/main.cpp @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) //! [2] //! [3] - QString fileName(":/helloscript.qs"); + QString fileName(":/helloscript.js"); QFile scriptFile(fileName); scriptFile.open(QIODevice::ReadOnly); QTextStream stream(&scriptFile); |