Replace RiaScheduler with caf:Scheduler

Remove ProgressState
Use caf::SchedulerCallable to communicate state for the progress dialog.
Use std::atomic to ensure thread safety
This commit is contained in:
Magne Sjaastad
2025-01-04 09:15:44 +01:00
parent 207294c446
commit 1251a2750e
13 changed files with 22 additions and 133 deletions

View File

@@ -32,7 +32,6 @@
#include "RiuViewer.h"
#include "cafPdmUiTreeView.h"
#include "cafProgressState.h"
#include <QTimer>
#include <QTreeView>