fix app close crash, fix error on msvc

This commit is contained in:
Sen66
2026-03-01 21:49:49 +01:00
parent 552b45b16c
commit da312ccac6
4 changed files with 31 additions and 1 deletions

View File

@@ -165,6 +165,12 @@ RcxController::~RcxController() {
m_refreshWatcher->cancel();
m_refreshWatcher->waitForFinished();
}
m_snapshotProv.reset();
}
void RcxController::resetProvider() {
m_snapshotProv.reset();
}
RcxEditor* RcxController::primaryEditor() const {