| 239 | return InvokeRetFunction<QWidget *>(&IMiniQtHelper::CreateOutputRenderingWidget); |
| 240 | } |
| 241 | WindowingData GetWidgetWindowingData(QWidget *widget) |
| 242 | { |
| 243 | return InvokeRetFunction<WindowingData>(&IMiniQtHelper::GetWidgetWindowingData, widget); |
| 244 | } |
| 245 | |
| 246 | void SetWidgetReplayOutput(QWidget *widget, IReplayOutput *output) |
| 247 | { |
no outgoing calls
no test coverage detected