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

From KDE TechBase
Revision as of 14:44, 27 June 2012 by Toudidel (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";