Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
QtAutogen
/
Complex
/
myotherinterface.h.in
blob: d21e7af7c2117998bb931f857a6500e838368462 [
file
] [
edit
]
#ifndef
MYOTHERINTERFACE_H
#define
MYOTHERINTERFACE_H
#include
<
QObject
>
class
MyOtherInterface
{
};
Q_DECLARE_INTERFACE
(
MyOtherInterface
,
"org.cmake.example.MyOtherInterface"
)
#endif