mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Autogen: Tests: Fix MocInclude test(s)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef EOBJAEXTRA_P_HPP
|
||||
#define EOBJAEXTRA_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class EObjAExtraPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef EOBJA_P_HPP
|
||||
#define EOBJA_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class EObjAPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef EOBJB_P_HPP
|
||||
#define EOBJB_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class EObjBPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef LOBJA_P_HPP
|
||||
#define LOBJA_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class LObjAPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef LOBJB_P_HPP
|
||||
#define LOBJB_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class LObjBPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef OBJA_P_HPP
|
||||
#define OBJA_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class ObjAPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef OBJB_P_HPP
|
||||
#define OBJB_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class ObjBPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef EOBJBEXTRA_P_HPP
|
||||
#define EOBJBEXTRA_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class EObjBExtraPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef GOBJ_P_HPP
|
||||
#define GOBJ_P_HPP
|
||||
|
||||
#include <QObject>
|
||||
|
||||
namespace subGlobal {
|
||||
|
||||
class GObjPrivate : public QObject
|
||||
|
||||
Reference in New Issue
Block a user