Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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