summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
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/organizercore.cpp
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/organizercore.cpp')
-rw-r--r--src/organizercore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index dda60f76..3d4d8e4b 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -250,6 +250,7 @@ void OrganizerCore::setUserInterface(IUserInterface* ui)
m_InstallationManager.setParentWidget(w);
m_Updater.setUserInterface(w);
+ m_LockWidget.setUserInterface(w);
checkForUpdates();
}