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