RasterProcessTool/RasterMainWidgetGUI/PrintMessage_C.cpp

11 lines
177 B
C++

#include "PrintMessage_C.h"
#include <QDebug>
RASTERMAINWIDGETGUICFUNAPI_EXPORT void PrintMessageWindowsShow_C_Fun(char* msg)
{
qDebug() << QString(msg);
return ;
}