| 40 | |
| 41 | #ifdef D3D10_GRAB_SUPPORT |
| 42 | void *GetMainWindowHandle() |
| 43 | { |
| 44 | return getLightpackApp()->getMainWindowHandle(); |
| 45 | } |
| 46 | #endif |
| 47 | |
| 48 | GrabManager::GrabManager(QWidget *parent) : QObject(parent) |
nothing calls this directly
no test coverage detected