MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / print

Method print

gui/resultsview.cpp:250–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void ResultsView::print()
251{
252 QPrinter printer;
253 QPrintDialog dialog(&printer, this);
254 dialog.setWindowTitle(tr("Print Report"));
255 if (dialog.exec() != QDialog::Accepted)
256 return;
257
258 print(&printer);
259}
260
261void ResultsView::printPreview()
262{

Callers 1

pdfExportMethod · 0.80

Calls 1

saveResultsMethod · 0.80

Tested by

no test coverage detected