X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fdebuginfo.h;fp=src%2Fdebuginfo.h;h=0226aafe4eb242ad5c838e3b10cd01ffb967a8a1;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/debuginfo.h b/src/debuginfo.h new file mode 100644 index 0000000..0226aaf --- /dev/null +++ b/src/debuginfo.h @@ -0,0 +1,8 @@ +#ifndef DEBUGINFO_H +#define DEBUGINFO_H + + +class QString; + +QString debugInfo(); +#endif