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

8 lines
110 B
C++
Raw Normal View History

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