QmlProjectManager: Modernize

modernize-*

Change-Id: Ic47c32c3fbf96d36f0d64e331eccc8c8e8aef6d2
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-24 13:08:29 +01:00
parent 45db65e09c
commit 0bff017616
9 changed files with 28 additions and 31 deletions

View File

@@ -39,7 +39,8 @@ class QmlProjectFileFormat
Q_DECLARE_TR_FUNCTIONS(QmlProjectManager::QmlProjectFileFormat)
public:
static QmlProjectItem *parseProjectFile(const Utils::FileName &fileName, QString *errorMessage = 0);
static QmlProjectItem *parseProjectFile(const Utils::FileName &fileName,
QString *errorMessage = nullptr);
};
} // namespace QmlProjectManager