Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
QtAutogen
/
MocSkipSource
/
qItemC.hpp
blob: f06bda269074312a61b890bed76d52254e43d8b2 [
file
]
#ifndef
QITEMC_HPP
#define
QITEMC_HPP
#include
<
QObject
>
class
QItemC
:
public
QObject
{
Q_OBJECT
Q_SLOT
void
go
();
};
#endif