Qt/debugger: Accept empty prefix input

This commit is contained in:
aldelaro5 2018-10-06 21:22:34 -04:00
parent cd29cdb584
commit 4b75876ba1
No known key found for this signature in database
GPG Key ID: 054DD3E6FF48DB71
1 changed files with 0 additions and 2 deletions

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())