Translations:Development/FAQs/Debugging FAQ/31/pt-br

From KDE TechBase
Revision as of 21:57, 29 April 2012 by Vitorboschi (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)
#include <kdebug.h>
kDebug() << "KMyApp just started";