Autogen: Tests: Fix MocInclude test(s)

This commit is contained in:
Sebastian Holtermann
2018-01-03 16:59:02 +01:00
parent af30899cb4
commit 488baaf0d6
9 changed files with 18 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef EOBJAEXTRA_P_HPP
#define EOBJAEXTRA_P_HPP
#include <QObject>
class EObjAExtraPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef EOBJA_P_HPP
#define EOBJA_P_HPP
#include <QObject>
class EObjAPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef EOBJB_P_HPP
#define EOBJB_P_HPP
#include <QObject>
class EObjBPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef LOBJA_P_HPP
#define LOBJA_P_HPP
#include <QObject>
class LObjAPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef LOBJB_P_HPP
#define LOBJB_P_HPP
#include <QObject>
class LObjBPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef OBJA_P_HPP
#define OBJA_P_HPP
#include <QObject>
class ObjAPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef OBJB_P_HPP
#define OBJB_P_HPP
#include <QObject>
class ObjBPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef EOBJBEXTRA_P_HPP
#define EOBJBEXTRA_P_HPP
#include <QObject>
class EObjBExtraPrivate : public QObject
{
Q_OBJECT

View File

@@ -1,6 +1,8 @@
#ifndef GOBJ_P_HPP
#define GOBJ_P_HPP
#include <QObject>
namespace subGlobal {
class GObjPrivate : public QObject