cmake/Tests/RunCMake/Autogen/SkipLinting.h

12 lines
121 B
C
Raw Normal View History

2023-07-02 19:51:09 +02:00
#ifndef SKIP_LINTING_H
#define SKIP_LINTING_H
#include <QObject>
class SkipMe : public QObject
{
Q_OBJECT
};
#endif