Revision 884830b...

Go back to digest for 19th June 2011

Bug Fixes in KDE-PIM

Kevin Krammer committed changes in [kdepim] console/kabcclient/src/outputformatimpls.cpp:

Fix ouput corruption

Returning the internal data of a QByteArray from a local function
caused strange results such as output being repeated.
Fix by returning the QByteArray and calling its constData() when
streaming into the Std C++ output stream

File Changes

Modified 1 files
  • console/kabcclient/src/outputformatimpls.cpp
1 files changed in total