| 84 | } |
| 85 | |
| 86 | bool MsgBox::Confirm(const QString text, QWidget *parent) |
| 87 | { |
| 88 | return MsgBox::Confirm(text, "", NULL, parent); |
| 89 | } |
| 90 | |
| 91 | bool MsgBox::Confirm(const QString text, const QString infoText, |
| 92 | pv::dialogs::DSMessageBox **box, QWidget *parent) |
nothing calls this directly
no test coverage detected