| 115 | } |
| 116 | |
| 117 | void Search::format() |
| 118 | { |
| 119 | QLineEdit *sc = qobject_cast<QLineEdit *>(sender()); |
| 120 | sc->setText(sc->text().toUpper()); |
| 121 | } |
| 122 | |
| 123 | std::map<uint16_t, QString> Search::get_pattern() |
| 124 | { |
no outgoing calls
no test coverage detected