There isn't a lock. Synchronization is done by threads having event loops and calling Qt slots in a queued fashion (like posting messages to the other event queue).
I imagine you just need to add another place where the interrupt is checked and gracefully return (which should take you back to the event loop). Clint ----- Reply message ----- From: "Robert Dailey" <[email protected]> Date: Fri, Dec 30, 2011 10:07 am Subject: [CMake] Interrupt problems in cmake-gui To: "CMake ML" <[email protected]>
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
