MCPcopy Create free account
hub / github.com/chris2511/xca / warningv3

Method warningv3

widgets/XcaWarning.cpp:81–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void xcaWarningGui::warningv3(const QString &msg, const extList &el)
82{
83 QString etext = QString("<h3>") + msg +
84 QString("</h3><hr>") + el.getHtml("<br>");
85
86 QTextEdit *textbox = new QTextEdit(etext);
87 XcaDialog *d = new XcaDialog(NULL, x509, textbox,
88 QString(), QString());
89 d->aboutDialog(QPixmap(":certImg"));
90 d->exec();
91 delete d;
92}

Callers

nothing calls this directly

Calls 5

getHtmlMethod · 0.80
aboutDialogMethod · 0.80
QPixmapClass · 0.70
QStringClass · 0.50
execMethod · 0.45

Tested by

no test coverage detected