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/doric/native/native_empty.cpp

8 lines
122 B
C++
Raw Normal View History

2019-12-14 10:04:17 +08:00
#include <QDebug>
#include "native_empty.h"
2019-12-17 17:05:57 +08:00
Q_INVOKABLE void NativeEmpty::function() {
2019-12-14 10:04:17 +08:00
qDebug() << "nativeEmpty";
}