cmake/Tests/RunCMake/Autogen_1/SkipLinting.h
2024-11-11 15:18:55 +01:00

12 lines
121 B
C++

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