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