UI: Fix auto remux warning

This fixes the QAbstractItemModel invalid index warning.
This commit is contained in:
Clayton Groeneveld
2018-09-23 21:09:59 -05:00
parent 47285c2ba6
commit c74e70ce49
2 changed files with 9 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ public:
void clearFinished();
void clearAll();
bool autoRemux = false;
private:
struct RemuxQueueEntry
{