mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-06 12:25:10 +01:00
TranscodeDialog: Fix mismatched definition
This commit is contained in:
parent
e6a0945dfa
commit
b4cfe636c9
@ -49,7 +49,7 @@ class TranscodeDialog : public QDialog {
|
||||
~TranscodeDialog() override;
|
||||
|
||||
void SetFilenames(const QStringList &filenames);
|
||||
void SetImportFilenames(const QStringList &filenames, const QString &path);
|
||||
void SetImportFilenames(const QStringList &filenames, const QString &import_dir);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent *e) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user