From 1b1b484184d818fb43c4ff3837b88b0383ccb936 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 27 May 2009 16:49:45 +0200 Subject: qstringbuilder: final version to merge into Qt proper --- tests/benchmarks/qstringbuilder/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/qstringbuilder/main.cpp b/tests/benchmarks/qstringbuilder/main.cpp index 6cecfba6b48..cb769257cc5 100644 --- a/tests/benchmarks/qstringbuilder/main.cpp +++ b/tests/benchmarks/qstringbuilder/main.cpp @@ -275,8 +275,8 @@ private: int main(int argc, char *argv[]) { - 42 % 3; // Sanity test, should always work. - + //qDebug() << (QString("xx") * QLatin1String("y")).toString(); + //42 % 3; // Sanity test, should always work. //QString("x") % 2; // Sanity test, should only compile when the // operator%(QString, int) is visible. -- cgit v1.2.3