summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatastream/tst_qdatastream.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-12 00:42:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-12 00:42:22 (GMT)
commit4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d (patch)
treec23b51ac0a1a244a0f18d287f0feebb20268eefb /tests/auto/qdatastream/tst_qdatastream.cpp
parent49cc2d35d7da4a78d696503930720e88a6403722 (diff)
parenta4053a6e7a9a686433dc4814a5b52da3bc96969f (diff)
downloadQt-4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d.zip
Qt-4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d.tar.gz
Qt-4e3f88c8b1d74b720bf3e17f9bdedf84a9748b3d.tar.bz2
Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declarativeui
Diffstat (limited to 'tests/auto/qdatastream/tst_qdatastream.cpp')
-rw-r--r--tests/auto/qdatastream/tst_qdatastream.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qdatastream/tst_qdatastream.cpp b/tests/auto/qdatastream/tst_qdatastream.cpp
index 7535645..24447ea 100644
--- a/tests/auto/qdatastream/tst_qdatastream.cpp
+++ b/tests/auto/qdatastream/tst_qdatastream.cpp
@@ -320,8 +320,7 @@ void tst_QDataStream::getSetCheck()
tst_QDataStream::tst_QDataStream()
{
- svgFile = QLatin1String(SRCDIR) + QLatin1String("/") +
- QLatin1String(SVGFILE);
+ svgFile = QLatin1String(SRCDIR SVGFILE);
}
tst_QDataStream::~tst_QDataStream()