Merge pull request #7462 from aldelaro5/fix-signature-export

Qt/debugger: Accept empty prefix input
This commit is contained in:
Tilka 2018-10-09 00:30:19 +01:00 committed by GitHub
commit 31594a8138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1279,8 +1279,6 @@ void MenuBar::CreateSignatureFile()
{
const QString text = QInputDialog::getText(
this, tr("Input"), tr("Only export symbols with prefix:\n(Blank for all symbols)"));
if (text.isEmpty())
return;
const QString file = QFileDialog::getSaveFileName(this, tr("Save signature file"));
if (file.isEmpty())