summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/skipSource/qItemB.hpp
blob: 1775915251b691646c3c884a23bfbdbe89d7ba80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef QITEMB_HPP
#define QITEMB_HPP

#include <QObject>

class QItemB : public QObject
{
  Q_OBJECT
  Q_SLOT
  void go();
};

#endif