Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ac892a64a93054f27dfd84d99af01ac68aa617d7
/
.
/
Tests
/
QtAutogen
/
StaticLibraryCycle
/
b.h
blob: ededbd803b425a9158c969a92684e467c54ce3d8 [
file
]
#ifndef
CLASSB_HPP
#define
CLASSB_HPP
#include
<
QObject
>
class
B
:
public
QObject
{
Q_OBJECT
public
:
B
();
};
#endif