| 67 | |
| 68 | |
| 69 | bool WebCamPlugin::getImage(QImage &image) { |
| 70 | return dialog->webcamImage->getImage(image); |
| 71 | } |
| 72 | |
| 73 | #if QT_VERSION < 0x050000 |
| 74 | Q_EXPORT_PLUGIN2(webcamplugin, WebCamPlugin) |
nothing calls this directly
no outgoing calls
no test coverage detected