blob: 7cacd52c488505cb7d5dd8f1963451fe546ab757 [file] [log] [blame]
#ifndef CFGOTHER_HPP
#define CFGOTHER_HPP
#include <QObject>
/* clang-format off */
class CfgOther : public QObject
{
Q_OBJECT
public:
CfgOther();
};
/* clang-format on */
#endif