| 303 | } |
| 304 | |
| 305 | void |
| 306 | MultiInstancePanel::setRedrawOnSelectionChanged(bool redraw) |
| 307 | { |
| 308 | assert( QThread::currentThread() == qApp->thread() ); |
| 309 | _imp->redrawOnSelectionChanged = redraw; |
| 310 | } |
| 311 | |
| 312 | ////////////// TableView delegate |
| 313 |
no outgoing calls
no test coverage detected