Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
QtAutogen
/
RerunMocBasic
/
MocBasic
/
plainobject.h
blob: 80378582bbe8de45ac0836bb7020cacadd760fd5 [
file
]
#ifndef
PLAINOBJECT_H
#define
PLAINOBJECT_H
// Class that is plain C++, no Qt involved.
class
PlainObject
{
public
:
PlainObject
();
void
doSomething
();
};
#endif