myotherinterface.h.in 190 B

1234567891011121314
  1. #ifndef MYOTHERINTERFACE_H
  2. #define MYOTHERINTERFACE_H
  3. #include <QObject>
  4. class MyOtherInterface
  5. {
  6. };
  7. Q_DECLARE_INTERFACE(MyOtherInterface, "org.cmake.example.MyOtherInterface")
  8. #endif