Fix some code scanning issues.

QString: Use QChar/char where appropriate, do not use QString::null
This commit is contained in:
Friedemann Kleint
2010-02-02 17:09:41 +01:00
parent 14ffb1e465
commit 81f14bb270
24 changed files with 92 additions and 97 deletions

View File

@@ -371,7 +371,7 @@ QString FormWindowEditor::contextHelpId() const
QString FormWindowEditor::contents() const
{
if (!m_formWindow)
return QString::null;
return QString();
// Activate once all Qt branches around have integrated 4.5.2
// (Kinetic)
/*