forked from qt-creator/qt-creator
Fix some code scanning issues.
QString: Use QChar/char where appropriate, do not use QString::null
This commit is contained in:
@@ -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)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user