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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user