1 2 3 4 5 6 7 8 9 10 11
#ifndef SKIP_LINTING_H #define SKIP_LINTING_H #include <QObject> class SkipMe : public QObject { Q_OBJECT }; #endif