chore: add comment to empty methods
This commit is contained in:
@ -12,6 +12,7 @@ namespace validators {
|
||||
|
||||
ComputerNameValidator::ComputerNameValidator(const QString &message) : IStringValidator(message)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
bool ComputerNameValidator::validate(const QString &input) const
|
||||
|
||||
Reference in New Issue
Block a user