Qt: Fix scan percent dropping back to 0% at end

This commit is contained in:
Stenzek
2024-07-19 14:56:24 +10:00
parent 6176a21ff1
commit a6cf320776
2 changed files with 20 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ public:
void Cancel();
void PushState() override;
void PopState() override;
void SetStatusText(const std::string_view text) override;
void SetProgressRange(u32 range) override;
void SetProgressValue(u32 value) override;