Files
CMake/Tests/RunCMake/Autogen/SkipLinting.h
T
2023-05-16 10:56:25 -04:00

12 lines
121 B
C++

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