Fix some code scanning issues.

QString: Use QChar where appropriate.
This commit is contained in:
Friedemann Kleint
2010-02-01 12:43:56 +01:00
parent d2235489e8
commit 2fd8b2d7ff
54 changed files with 170 additions and 160 deletions

View File

@@ -56,7 +56,7 @@ unsigned optVerbose = 0;
const char *appPath = 0;
// Provide address of type of be tested.
// When testing unitialized memory, allocate at random.
// When testing uninitialized memory, allocate at random.
template <class T>
inline T* testAddress(T* in)
{