summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-30 23:42:59 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:57 -0500
commitdb0b92776b5c9a34ebb1a5ce5c3f0b105844ee16 (patch)
tree4024b434840a21d37cac3c43f229fb2c3ce5a91a /src/mainwindow.h
parent2aa70de49e89245467299d94d76825bad31c63a2 (diff)
added lockwidget to replace all the other dialogs
rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 19723480..c80287b2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -38,7 +38,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
//when I get round to cleaning up main.cpp
class Executable;
class CategoryFactory;
-class LockedDialogBase;
class OrganizerCore;
class PluginListSortProxy;
@@ -118,8 +117,6 @@ public:
void processUpdates(Settings& settings);
- ILockedWaitingForProcess* lock() override;
- void unlock() override;
QWidget* qtWidget() override;
bool addProfile();
@@ -381,11 +378,7 @@ private:
bool m_DidUpdateMasterList;
- LockedDialogBase *m_LockDialog { nullptr };
- uint64_t m_LockCount { 0 };
-
bool m_showArchiveData{ true };
- bool m_exitAfterWait{ false };
MOBase::DelayedFileWriter m_ArchiveListWriter;