parent
1beb22a247
commit
cf9ece4187
|
@ -491,8 +491,8 @@ QStringList MainWindow::SelectFilesToCheck(QFileDialog::FileMode mode)
|
||||||
tr("Select files to check"),
|
tr("Select files to check"),
|
||||||
GetPath(SETTINGS_LAST_CHECK_PATH),
|
GetPath(SETTINGS_LAST_CHECK_PATH),
|
||||||
tr("C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)")
|
tr("C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)")
|
||||||
.arg(FileList::GetDefaultFilters().join(" "))
|
.arg(FileList::GetDefaultFilters().join(" "))
|
||||||
.arg(compile_commands_json));
|
.arg(compile_commands_json));
|
||||||
if (selected.isEmpty())
|
if (selected.isEmpty())
|
||||||
mCurrentDirectory.clear();
|
mCurrentDirectory.clear();
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue