mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/debugger: Accept empty prefix input
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user