| 1157 | } |
| 1158 | |
| 1159 | static int warning (const std::string &title, const std::string &text, int buttons) |
| 1160 | { |
| 1161 | return show_msg_box (&QMessageBox::warning, title, text, buttons); |
| 1162 | } |
| 1163 | |
| 1164 | struct MessageBox { }; |
| 1165 |
no test coverage detected