diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-06 02:09:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-06 02:09:22 (GMT) |
commit | 8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98 (patch) | |
tree | 1ecb88513d1cd6fa357e283e90d54dd97dd370f3 /tests | |
parent | e3d88532cbe38ebe4c14105d1a45088d36320b06 (diff) | |
download | Qt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.zip Qt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.tar.gz Qt-8ca8d4b8b234d6d57e9f963d3c1e7f7522bcaf98.tar.bz2 |
typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp | 2 |
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; } |