| 509 | } |
| 510 | |
| 511 | IPresentationFactory* PartStack::GetFactory() |
| 512 | { |
| 513 | |
| 514 | if (factory != nullptr) |
| 515 | { |
| 516 | return factory; |
| 517 | } |
| 518 | |
| 519 | return WorkbenchPlugin::GetDefault()->GetPresentationFactory(); |
| 520 | } |
| 521 | |
| 522 | void PartStack::CreateControl(QWidget* parent) |
| 523 | { |
no test coverage detected