Temp add a frame count value display of previcwscan

This commit is contained in:
Krad
2022-01-19 16:42:55 +08:00
parent b53ce5caf8
commit 6d51fc49c0
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ private:
bool unset = true;
bool previewing= false;
std::function<void(bool)> previewfunc = nullptr;
int currentFrame = 0;
private slots:
void protocolChanged(int type);