11 lines
177 B
C++
11 lines
177 B
C++
|
#include "PrintMessage_C.h"
|
||
|
#include <QDebug>
|
||
|
|
||
|
|
||
|
|
||
|
RASTERMAINWIDGETGUICFUNAPI_EXPORT void PrintMessageWindowsShow_C_Fun(char* msg)
|
||
|
{
|
||
|
qDebug() << QString(msg);
|
||
|
return ;
|
||
|
}
|