cmake/Tests/RunCMake/Autogen/SkipLinting.h
2023-07-02 19:51:09 +02:00

12 lines
121 B
C++

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