cmake/Tests/QtAutogen/MocOnly/CfgDebug.hpp

16 lines
186 B
C++
Raw Normal View History

2021-09-14 00:13:48 +02:00
#ifndef CFGDEBUG_HPP
#define CFGDEBUG_HPP
#include <QObject>
/* clang-format off */
class CfgDebug : public QObject
{
Q_OBJECT
public:
CfgDebug();
};
/* clang-format on */
#endif