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

Method IStringValidator

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected