Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
QtAutogen
/
RerunMocOnAddFile
/
MocOnAddFile
/
myobject.h
blob: e373ee89c7967a018d9b1a8959ba609717a68023 [
file
]
#ifndef
MYOBJECT_H
#define
MYOBJECT_H
#include
<qobject.h>
class
MyObject
:
public
QObject
{
Q_OBJECT
public
:
MyObject
(
QObject
*
parent
=
0
);
};
#endif