rename dir
This commit is contained in:
15
doric-Qt/doric/native/native_empty.h
Normal file
15
doric-Qt/doric/native/native_empty.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef NATIVE_EMPTY_H
|
||||
#define NATIVE_EMPTY_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class NativeEmpty : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
NativeEmpty(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
Q_INVOKABLE void function();
|
||||
};
|
||||
|
||||
#endif // NATIVE_EMPTY_H
|
||||
Reference in New Issue
Block a user