Revision 81af3f9...

Go back to digest for 8th July 2012

Other in Networking Tools

Bernd Buschinski committed changes in [konversation] src/notificationhandler.cpp:

Make krazy signal/slot normalisation happy.
NOTE: this is really special, the signal parameter is defined as "unsigned int",
so using it as "unsigned int" sounds logical, but makes krazy sad.
If we look at how connect works, it basically only looks at the first parameter,
so just using unsigned will work and does, tested.
Also note, as its compared as string using quint32 wont work.

File Changes

Modified 1 files
  • src/notificationhandler.cpp
1 files changed in total