Translations:Development/FAQs/Debugging FAQ/31/ja

From KDE TechBase
Revision as of 04:38, 17 February 2012 by Phanect (talk | contribs) (Created page with "<syntaxhighlight lang="cpp-qt"> #include <kdebug.h> kDebug() << "KMyApp just started"; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#include <kdebug.h>
kDebug() << "KMyApp just started";