7 lines
128 B
C++
7 lines
128 B
C++
#include "DoricNativeEmpty.h"
|
|
#include <QDebug>
|
|
|
|
Q_INVOKABLE void DoricNativeEmpty::function() {
|
|
qDebug() << "nativeEmpty";
|
|
}
|