validate metadata on launch

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-17 01:33:11 +03:00
parent 4aa2e5b85d
commit 2af6902b42
30 changed files with 253 additions and 215 deletions

View File

@ -98,7 +98,7 @@ class VersionSelectWidget : public QWidget {
BaseVersionList* m_vlist = nullptr;
VersionProxyModel* m_proxyModel = nullptr;
int resizeOnColumn = 0;
Task* loadTask;
Task::Ptr m_load_task;
bool preselectedAlready = false;
QVBoxLayout* verticalLayout = nullptr;