This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/example/doric/plugin/DoricNativePlugin.h

14 lines
282 B
C
Raw Normal View History

2021-02-05 18:12:25 +08:00
#ifndef DORICNATIVEPLUGIN_H
#define DORICNATIVEPLUGIN_H
#include "DoricExport.h"
2021-02-05 18:12:25 +08:00
#include "../utils/DoricContextHolder.h"
class DORIC_EXPORT DoricNativePlugin : public DoricContextHolder {
2021-02-05 18:12:25 +08:00
public:
using DoricContextHolder::DoricContextHolder;
};
#endif // DORICNATIVEPLUGIN_H