Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
QtAutogen
/
MocSkipSource
/
qItemD.cpp
blob: ed4e81f3912b08975a67cf05b04be9a7b8d35756 [
file
] [
log
] [
blame
] [
edit
]
#include
"qItemD.hpp"
class
QItemD_Local
:
public
QObject
{
Q_OBJECT
public
:
QItemD_Local
()
{};
~
QItemD_Local
()
{};
};
void
QItemD
::
go
()
{
QItemD_Local
localObject
;
}
// We need AUTOMOC processing
#include
"qItemD.moc"