#include "PrintMsgToQDebug.h" #include BASECONSTVARIABLEAPI void PrintMsgToQDebug(char* msg) { qDebug() << QString(msg); return ; }