mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
fix app close crash, fix error on msvc
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user