On Monday 08 February 2010 07:34:45 Lionel Chauvin wrote: > Tab previews seems broken since these commits. > Sometime they don't hide.
Yeah, sorry. It was my fault, moving rekonq from QPointers to QWeakPointers, as a lot of Qt devs suggested me. Weak Pointers are a bit strange while using them, but combined with QObjects (or inherited classes) are really fantastic. Applications using them seem won't crash in any way :D The bug before in fact was a dangling pointer error (I erased the pointer instead of the data). And instead of the crash we noticed just a not erased tab preview :) Incredible.. -- Andrea Diamantini, adjam GPG Fingerprint: 57DE 8E32 7D1A 0E16 AA52 59D8 84F9 3ECD DBF9 730F rekonq project WEB: http://rekonq.sourceforge.net IRC: rek...@freenode _______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
