chore: add comment to empty methods

This commit is contained in:
sithlord48
2025-05-20 10:39:18 -04:00
committed by Nick Bolton
parent 52b0c1f061
commit 3cf0fb89ef
41 changed files with 46 additions and 1 deletions

View File

@ -12,6 +12,7 @@ namespace validators {
ComputerNameValidator::ComputerNameValidator(const QString &message) : IStringValidator(message)
{
// do nothing
}
bool ComputerNameValidator::validate(const QString &input) const