UI: Fix remux dialog ignoring filename changes

This commit is contained in:
Anthony Torres
2019-04-12 17:39:10 -04:00
committed by jp9000
parent 0e2fe10595
commit 7ddab80d80
2 changed files with 8 additions and 0 deletions

View File

@@ -189,4 +189,6 @@ private:
void handleBrowse(QWidget *container);
void handleClear(QWidget *container);
private slots:
void updateText();
};