Actions
Bug #1458
closedIncorrect call to Cs::setData when refreshing cs entry (received the same data)
Start date:
04/09/2014
Due date:
% Done:
100%
Estimated time:
Description
Interface of Cs::setData
was extended to require isUnsolicited flag, but on line 174 this wasn't updated. The compiler didn't complain because shared_ptr is implicitly convertible to bool.
Actions