| 12 | #include "share/WizMessageBox.h" |
| 13 | |
| 14 | QString formatLabelLink(const QString& linkHref, const QString& text) |
| 15 | { |
| 16 | return WizFormatString2("<a href=\"%1\" style=\"color:#5990EF;" |
| 17 | "text-decoration:none;\">%2</a>", linkHref, text); |
| 18 | } |
| 19 | |
| 20 | WizNoteInfoForm::WizNoteInfoForm(QWidget *parent) |
| 21 | : WizPopupWidget(parent) |
no test coverage detected