TTK
Loading...
Searching...
No Matches
HelloWorld.cpp
Go to the documentation of this file.
1#include <HelloWorld.h>
2
4 // inherited from Debug: prefix will be printed at the beginning of every msg
5 this->setDebugMsgPrefix("HelloWorld");
6}
void setDebugMsgPrefix(const std::string &prefix)
Definition Debug.h:364