#ifndef SKIP_LINTING_H #define SKIP_LINTING_H #include class SkipMe : public QObject { Q_OBJECT }; #endif