Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e48dbbf048604397ec00a2f95600e57b57634577
/
.
/
Tests
/
QtAutogen
/
MocOptions2
/
object.hpp
blob: 0bb4e811cd01fe34a409a1072bd9e74da6b4f9a9 [
file
]
#ifndef
Object_HPP
#define
Object_HPP
#include
<
QObject
>
#ifdef
_EXTRA_DEFINE
class
Object
:
public
QObject
{
Q_OBJECT
public
:
Object
();
};
#endif
#endif