| 627 | } |
| 628 | |
| 629 | void |
| 630 | DockablePanel::turnOffPages() |
| 631 | { |
| 632 | _imp->_pagesEnabled = false; |
| 633 | delete _imp->_tabWidget; |
| 634 | _imp->_tabWidget = 0; |
| 635 | setFrameShape(QFrame::NoFrame); |
| 636 | } |
| 637 | |
| 638 | void |
| 639 | DockablePanel::setPluginIDAndVersion(const std::string& pluginLabel, |
no outgoing calls
no test coverage detected