QuasarAppLib/validableobject.cpp

19 lines
347 B
C++
Raw Normal View History

//#
2024-12-30 22:39:49 +01:00
//# Copyright (C) 2022-2025 QuasarApp.
//# Distributed under the GPLv3 software license, see the accompanying
//# Everyone is permitted to copy and distribute verbatim copies
//# of this license document, but changing it is not allowed.
//#
#include "validableobject.h"
namespace QuasarAppUtils{
ValidableObject::ValidableObject()
{
}
}