Skip to content
Permalink
Browse files
Merge pull request #7462 from aldelaro5/fix-signature-export
Qt/debugger: Accept empty prefix input
  • Loading branch information
Tilka committed Oct 8, 2018
2 parents 7551e3d + 4b75876 commit 31594a8
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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())

0 comments on commit 31594a8

Please sign in to comment.