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:
Tobias Hunger
2019-09-27 15:16:28 +02:00
parent 17f7b8e957
commit 9c84c6b271

View File

@@ -619,7 +619,7 @@ void QtOptionsPageWidget::editPath()
tr("Select a qmake Executable"),
dir,
BuildableHelperLibrary::filterForQmakeFileDialog(),
0,
nullptr,
QFileDialog::DontResolveSymlinks));
if (qtVersion.isEmpty())
return;