| 2383 | } |
| 2384 | |
| 2385 | void MainWin::propertiesExplorerRequested() { |
| 2386 | if (!m_propertiesDock->isVisible()) |
| 2387 | m_propertiesDock->toggleView(true); |
| 2388 | } |
| 2389 | |
| 2390 | /* |
| 2391 | void MainWin::toggleHideWidget(QWidget* widget, bool hideToLeft) |
nothing calls this directly
no test coverage detected