Translations:Development/FAQs/Debugging FAQ/31/ja: Difference between revisions

From KDE TechBase
(Created page with "<syntaxhighlight lang="cpp-qt"> #include <kdebug.h> kDebug() << "KMyApp just started"; </syntaxhighlight>")
 
(No difference)

Latest revision as of 04:38, 17 February 2012

#include <kdebug.h>
kDebug() << "KMyApp just started";