| 2230 | //----------------------------------------------------------------------------- |
| 2231 | |
| 2232 | void GuiEditCtrl::setCurrentAddSet(GuiControl *ctrl, bool doclearSelection) |
| 2233 | { |
| 2234 | if (ctrl != mCurrentAddSet) |
| 2235 | { |
| 2236 | if(doclearSelection) |
| 2237 | clearSelection(); |
| 2238 | |
| 2239 | mCurrentAddSet = ctrl; |
| 2240 | } |
| 2241 | } |
| 2242 | |
| 2243 | //----------------------------------------------------------------------------- |
| 2244 |
no outgoing calls
no test coverage detected