forked from qt-creator/qt-creator
QtSupport: Replace 0 with nullptr
... and let clang-format clean up the indentation. Change-Id: I56401804899628813e54c5b573806ab149885e67 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -619,7 +619,7 @@ void QtOptionsPageWidget::editPath()
|
|||||||
tr("Select a qmake Executable"),
|
tr("Select a qmake Executable"),
|
||||||
dir,
|
dir,
|
||||||
BuildableHelperLibrary::filterForQmakeFileDialog(),
|
BuildableHelperLibrary::filterForQmakeFileDialog(),
|
||||||
0,
|
nullptr,
|
||||||
QFileDialog::DontResolveSymlinks));
|
QFileDialog::DontResolveSymlinks));
|
||||||
if (qtVersion.isEmpty())
|
if (qtVersion.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user