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