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:
Tobias Hunger
2018-05-07 17:30:00 +02:00
committed by Orgad Shaneh
parent ca537013f7
commit 618923ddd2
9 changed files with 13 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ public:
const QString &dynamicPropertyValue) const;
VcsCommand *createCommand(const QString &workingDirectory,
VcsBaseEditorWidget *editor = 0,
VcsBaseEditorWidget *editor = nullptr,
JobOutputBindMode mode = NoOutputBind) const;
void enqueueJob(VcsCommand *cmd, const QStringList &args,