| 7 | |
| 8 | static Q_LOGGING_CATEGORY(log, "WebBrowser.Capture.Page") |
| 9 | CCaptureFullPage::CCaptureFullPage(QObject *parent) |
| 10 | : QObject{parent} |
| 11 | {} |
| 12 | |
| 13 | void CCaptureFullPage::Start(QWebEngineView *view, QUrl url, QString szFile) |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected