On Sun, Jan 31, 2010 at 02:40:56PM +0100, Pavel Sanda wrote: > Andre Poenitz wrote: > > I think it's time to use signal/slots, this time in the right direction. > > The buffer emits a message, possibly with an indication that it is > > temporarily and the view (or the server...) connects to it. > > hmm, its very hard to debug things in signal slot machinery.
For synchroneous signals there's not much difference except a few levels in the stacktrace that are better ignored. Async is indeed different, but I don't think it will be a real problem in this case. Andre'
