]> git.sesse.net Git - vlc/commit
Qt4: passing pointers over thread signals is not allowed...
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Feb 2010 19:35:45 +0000 (21:35 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Feb 2010 19:38:17 +0000 (21:38 +0200)
commitdcd592840d22bc93d287c9edbba72625746d1096
treec0a3e006057c4fcd1e79e0b2f5bd83ee0005cc2c
parent077b6674a9f0f9c322b6a8d2d53b8d0890a4a112
Qt4: passing pointers over thread signals is not allowed...

...unless proper reference counting si involved,
or the signal is blocking queued (but that is deadlock-prone).

Ref: LP#528285
modules/gui/qt4/components/info_panels.cpp