diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 05:23:22 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:45:02 -0500 |
| commit | 642ddacab802df75d21a1ccf7508268d3efa141a (patch) | |
| tree | 2b9cc615fd747da2bd049c9a5625d4b6cedfcb3c /src/processrunner.h | |
| parent | 3d0197fa5e6c4209d021398415f779994c21bd24 (diff) | |
moved LockWidget back to OrganizerCore to support having multiple locks active
moved the ui out of LockWidget into LockInterface
added LockWidget::Session to manage multi locks
Diffstat (limited to 'src/processrunner.h')
| -rw-r--r-- | src/processrunner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processrunner.h b/src/processrunner.h index fd451e38..276c46b1 100644 --- a/src/processrunner.h +++ b/src/processrunner.h @@ -164,7 +164,7 @@ private: // creates the lock widget and calls f() // - void withLock(std::function<void (LockWidget&)> f); + void withLock(std::function<void (LockWidget::Session&)> f); }; Q_DECLARE_OPERATORS_FOR_FLAGS(ProcessRunner::WaitFlags); |
