summaryrefslogtreecommitdiff
path: root/src/processrunner.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-06 05:23:22 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:45:02 -0500
commit642ddacab802df75d21a1ccf7508268d3efa141a (patch)
tree2b9cc615fd747da2bd049c9a5625d4b6cedfcb3c /src/processrunner.h
parent3d0197fa5e6c4209d021398415f779994c21bd24 (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.h2
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);