| 9 | namespace validators { |
| 10 | |
| 11 | IStringValidator::IStringValidator(const QString &message) : m_Message(message) |
| 12 | { |
| 13 | // do nothing |
| 14 | } |
| 15 | |
| 16 | const QString &IStringValidator::getMessage() const |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected