8 lines
122 B
C++
8 lines
122 B
C++
#include <QDebug>
|
|
|
|
#include "native_empty.h"
|
|
|
|
Q_INVOKABLE void NativeEmpty::function() {
|
|
qDebug() << "nativeEmpty";
|
|
}
|