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