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

Method SpacesValidator

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected