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

From KDE TechBase
(Created page with "<syntaxhighlight lang="cpp-qt"> // Code example myFile = locate("appdata", "groups.lst") myData = myReadGroups(myFile); </syntaxhighlight>")
 
(No difference)

Latest revision as of 13:29, 9 September 2014

// Code example
myFile = locate("appdata", "groups.lst")
myData = myReadGroups(myFile);