MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getImage

Method getImage

plugins/webcam/webcamplugin.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69bool WebCamPlugin::getImage(QImage &image) {
70 return dialog->webcamImage->getImage(image);
71}
72
73#if QT_VERSION < 0x050000
74Q_EXPORT_PLUGIN2(webcamplugin, WebCamPlugin)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected