We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d667561 commit a3fc05fCopy full SHA for a3fc05f
src/ProjNavigator/sources_form.cpp
@@ -301,9 +301,7 @@ void SourcesForm::SlotRemoveFile() {
301
"will not be removed from the disk. It can be added back to the "
302
"project afterwards.")
303
.arg(strFileName);
304
- if (QMessageBox::question(this, tr("Remove file"), questionStr) ==
305
- QMessageBox::No)
306
- return;
+ if (QMessageBox::question(this, {}, questionStr) == QMessageBox::No) return;
307
m_projManager->setCurrentFileSet(fileSet.toString());
308
int ret = m_projManager->deleteFile(strFileName);
309
if (0 == ret) {
0 commit comments