cmake/Tests/QtAutogen/MocOnly/CfgDebug.hpp
2021-09-14 00:13:48 +02:00

16 lines
186 B
C++

#ifndef CFGDEBUG_HPP
#define CFGDEBUG_HPP
#include <QObject>
/* clang-format off */
class CfgDebug : public QObject
{
Q_OBJECT
public:
CfgDebug();
};
/* clang-format on */
#endif