diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:20:56 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:45:03 -0500 |
| commit | 4f84565085e19b6f6939783c64ebf95599f879be (patch) | |
| tree | 17d2b7b11f57ddcb399917f851c29079285af02f /src/organizercore.h | |
| parent | 8f40ec0bdcb99cc1a0a2bde3074842391844f5d6 (diff) | |
renamed LockWidget to UILocker
lock interface up to two processes
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 7e0e4b7f..47630dc2 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -145,7 +145,7 @@ public: void afterRun(const QFileInfo& binary, DWORD exitCode);
ProcessRunner::Results waitForAllUSVFSProcesses(
- LockWidget::Reasons reason=LockWidget::PreventExit);
+ UILocker::Reasons reason=UILocker::PreventExit);
void refreshESPList(bool force = false);
void refreshBSAList();
@@ -344,7 +344,7 @@ private: MOBase::DelayedFileWriter m_PluginListsWriter;
UsvfsConnector m_USVFS;
- LockWidget m_LockWidget;
+ UILocker m_UILocker;
static CrashDumpsType m_globalCrashDumpsType;
};
|
