qstringbuilder: final version to merge into Qt proper

This commit is contained in:
hjk
2009-05-27 16:49:45 +02:00
parent 10a2274bd4
commit 1b1b484184
2 changed files with 19 additions and 25 deletions
+2 -2
View File
@@ -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.