| 422 | } |
| 423 | |
| 424 | void Controller::replaceWidget(const QString &name, Position pos) |
| 425 | { |
| 426 | showWidgetAtPosition(name, pos, true); |
| 427 | } |
| 428 | |
| 429 | void Controller::insertWidget(const QString &name, Position pos, Qt::Orientation orientation) |
| 430 | { |
no outgoing calls
no test coverage detected