Translations:Development/Architecture/KDE3/Standard Resources/22/pt-br

From KDE TechBase
Revision as of 13:29, 9 September 2014 by Aracele (talk | contribs) (Created page with "<syntaxhighlight lang="cpp-qt"> // Code example myFile = locate("appdata", "groups.lst") myData = myReadGroups(myFile); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
// Code example
myFile = locate("appdata", "groups.lst")
myData = myReadGroups(myFile);