Sign in
fuchsia
/
third_party
/
cmake
/
v3.6.3
/
.
/
Tests
/
QtAutogen
/
empty.h
blob: 6bdd2ac89484fa3aa1aef8a4ee33e38c6bceba45 [
file
] [
log
] [
blame
]
#include
<
QObject
>
class
Empty
:
public
QObject
{
Q_OBJECT
public
:
explicit
Empty
(
QObject
*
parent
=
0
)
{}
};