Files
ResInsight/Fwk/AppFwk
Gaute Lindkvist d08444ec77 #6437 Fix Signal crash and improve signal code
* The crash fix is ensuring we don't loop through m_disconnectCallbacks
  in DeleteSignal::send()
* This is because the callback will end up calling disconnect
  which in turn erases the entry from m_disconnectCallbacks,
  invalidating the iterators used in the loop.
2020-09-04 19:37:45 +02:00
..
2020-08-29 10:30:56 +02:00
2020-08-25 08:33:47 +02:00
2020-08-29 10:30:56 +02:00
2020-08-29 10:30:56 +02:00
2020-08-29 10:30:56 +02:00
2020-06-19 07:59:10 +02:00
2020-03-13 21:32:18 +01:00