| 720 | } |
| 721 | |
| 722 | void MainWindow::addPluginView(const QString &id, QObject *view) |
| 723 | { |
| 724 | m_pluginViews.insert(id, view); |
| 725 | emit m_interface->pluginViewCreated(id, view); |
| 726 | } |
| 727 | |
| 728 | void MainWindow::removePluginView(const QString &id) |
| 729 | { |
no test coverage detected