DolphinQt: Allow converting to same format

Mainly useful for WIA and RVZ, but also has some use for GCZ.
This commit is contained in:
JosJuice
2020-06-17 12:44:16 +02:00
parent 7cdd0e2430
commit ec3ea6c1df
2 changed files with 7 additions and 14 deletions

View File

@ -32,7 +32,6 @@ private slots:
void Convert();
private:
void AddToFormatComboBox(const QString& name, DiscIO::BlobType format);
void AddToBlockSizeComboBox(int size);
bool ShowAreYouSureDialog(const QString& text);