Revision 806784

Go back to digest for 18th May 2008

Bug Fixes in KDE Base

Albert Astals Cid committed changes in /trunk/KDE/kdebase/runtime/kioslave/fish:

Make waitforpid only wait for the childPid we spawned, not all, this makes communication with kded work again
Convert QStringList qlist to QList<QByteArray> so we don't get pointers to temporal const char * when doing qlist.first().toLatin1()

Moving childPid to the .cpp file as plain C variable is not very nice but i'm not used to working with signals et al so not sure what's the best way of doing it.

This makes fish:// work again for me
WEEEEEEEE :-)

File Changes

Modified 2 files
  • /trunk/KDE/kdebase/runtime/kioslave/fish
  •   /fish.cpp
  •   /fish.h
2 files changed in total