/* * Copyright (C) 2018-2020 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. */ #ifndef MODULES_H #define MODULES_H #include "modulesqt514.h" #include "testutils.h" #include #include class Modules : public ModulesQt514 { public: Modules(); }; #endif // MODULES_H