Translations:Development/FAQs/Debugging FAQ/31/pt-br: 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 21:57, 29 April 2012

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