MCPcopy Create free account
hub / github.com/deskflow/deskflow / EmptyStringValidator

Method EmptyStringValidator

src/lib/gui/validators/EmptyStringValidator.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace validators {
10
11EmptyStringValidator::EmptyStringValidator(const QString &message) : IStringValidator(message)
12{
13 // do nothing
14}
15
16bool EmptyStringValidator::validate(const QString &input) const
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected