Translations:Development/Tutorials/Common Programming Mistakes/106/en

From KDE TechBase
  • Do you really need to process the data as it comes in? If not, just use readAllStandard{Output|Error} after the process has exited. Unlike in KDE3, KProcess is now able to accumulate the data for you.