mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #7462 from aldelaro5/fix-signature-export
Qt/debugger: Accept empty prefix input
This commit is contained in:
commit
31594a8138
1 changed files with 0 additions and 2 deletions
|
@ -1279,8 +1279,6 @@ void MenuBar::CreateSignatureFile()
|
||||||
{
|
{
|
||||||
const QString text = QInputDialog::getText(
|
const QString text = QInputDialog::getText(
|
||||||
this, tr("Input"), tr("Only export symbols with prefix:\n(Blank for all symbols)"));
|
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"));
|
const QString file = QFileDialog::getSaveFileName(this, tr("Save signature file"));
|
||||||
if (file.isEmpty())
|
if (file.isEmpty())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue