CQtDeployer/tests/units/overridingtemplatedebtest.h

24 lines
534 B
C
Raw Normal View History

2022-08-10 16:46:14 +03:00
//#
//# Copyright (C) 2020-2022 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.
//#
#ifndef OVERRIDE_TEMPLATE_DEB_TEST_H
#define OVERRIDE_TEMPLATE_DEB_TEST_H
#include "testbase.h"
#include "testutils.h"
#include <QtTest>
class OverridingDefaultTemplateDEBTest: public TestBase, protected TestUtils
{
public:
void test();
};
#endif // OVERRIDE_TEMPLATE_DEB_TEST_H