forked from qt-creator/qt-creator
VcsBase: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I496d3febae9c445dc96490582a5d4ae86fec71ee Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ca537013f7
commit
618923ddd2
@@ -44,7 +44,7 @@ class VCSBASE_EXPORT SubmitFileModel : public QStandardItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SubmitFileModel(QObject *parent = 0);
|
||||
explicit SubmitFileModel(QObject *parent = nullptr);
|
||||
|
||||
const QString &repositoryRoot() const;
|
||||
void setRepositoryRoot(const QString &repoRoot);
|
||||
|
||||
Reference in New Issue
Block a user