CQtDeployer/tests/units/disableshortcutstest.h
2022-08-10 16:46:14 +03:00

24 lines
516 B
C++

//#
//# 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 DIABLE_SHORTCUTS_TEST_H
#define DIABLE_SHORTCUTS_TEST_H
#include "testbase.h"
#include "testutils.h"
#include <QtTest>
class DisableShortcutsTest: public TestBase, protected TestUtils
{
public:
void test() override;
};
#endif // DIABLE_SHORTCUTS_TEST_H