Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
Tests
/
QtAutogen
/
StaticLibraryCycle
/
a.h
blob: f24398e5e552883cfcd25d1f0b4f666d3ce215f9 [
file
]
#ifndef
CLASSA_HPP
#define
CLASSA_HPP
#include
<
QObject
>
class
A
:
public
QObject
{
Q_OBJECT
static
bool
recursed
;
public
:
A
();
};
#endif