| 99 | } |
| 100 | |
| 101 | void GoToFlowWidget::updateSize() |
| 102 | { |
| 103 | if (Configuration::getConfiguration().getQuickNaviMode() && parentWidget() != nullptr) |
| 104 | resize(parentWidget()->width(), height()); |
| 105 | } |
| 106 | |
| 107 | void GoToFlowWidget::updateConfig(QSettings *settings) |
| 108 | { |
no test coverage detected