diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-30 23:42:59 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:44:57 -0500 |
| commit | db0b92776b5c9a34ebb1a5ce5c3f0b105844ee16 (patch) | |
| tree | 4024b434840a21d37cac3c43f229fb2c3ce5a91a /src/organizercore.h | |
| parent | 2aa70de49e89245467299d94d76825bad31c63a2 (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/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 2252c118..d4882b92 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -134,7 +134,7 @@ public: bool saveCurrentLists();
- ProcessRunner& processRunner();
+ ProcessRunner processRunner();
bool beforeRun(
const QFileInfo& binary, const QString& profileName,
@@ -305,7 +305,6 @@ private: Profile *m_CurrentProfile;
- ProcessRunner m_Runner;
Settings& m_Settings;
SelfUpdater m_Updater;
|
