summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-06 02:09:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-06 02:09:22 (GMT)
commit8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98 (patch)
tree1ecb88513d1cd6fa357e283e90d54dd97dd370f3 /tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
parente3d88532cbe38ebe4c14105d1a45088d36320b06 (diff)
downloadQt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.zip
Qt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.tar.gz
Qt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.tar.bz2
typo
Diffstat (limited to 'tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp')
-rw-r--r--tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
index f63ac11..834c07f 100644
--- a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
+++ b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp
@@ -24,7 +24,7 @@ private:
QmlEngine engine;
QString tmpDir() const
{
- static QString tmpd = QDir::tempPath()+"/tst_sql_output-"
+ static QString tmpd = QDir::tempPath()+"/tst_qfxwebview-"
+ QDateTime::currentDateTime().toString(QLatin1String("yyyyMMddhhmmss"));
return tmpd;
}