summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/SkipLinting.h
blob: def56a0d239f1c85d94db1fb3bb4b69bf78a3cc2 (plain)
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