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

16 lines
186 B
C++

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