From 80d8ae5a6fef6c9a34e81e240539cb655dd99851 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 14 Apr 2021 15:09:13 -0700 Subject: Initial work on workflows --- core/src/Utils/Sigslot.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/Utils') diff --git a/core/src/Utils/Sigslot.hpp b/core/src/Utils/Sigslot.hpp index 2751d9a..2a191b4 100644 --- a/core/src/Utils/Sigslot.hpp +++ b/core/src/Utils/Sigslot.hpp @@ -135,7 +135,7 @@ public: SlotGuard(SlotGuard&&) = default; SlotGuard& operator=(SlotGuard&&) = default; - /// Disconnect all connection associated with this SlotGuard. + /// DisconnectBySource all connection associated with this SlotGuard. void DisconnectAll(); private: @@ -144,7 +144,7 @@ private: /// Remove the connection data in this associated with slotId. This does not invoke /// the connections' stub's RemoveConnection function. void RemoveConnection(int slotId); - /// Disconnect all connections from the given stub associated with this SlotGuard. + /// DisconnectBySource all connections from the given stub associated with this SlotGuard. /// Implementation for SignalStub::RemoveConnectionsFor(SlotGuard&) void RemoveConnectionFor(SignalStub& stub); }; -- cgit v1.2.3-70-g09d2