Revision cf75a01...

Go back to digest for 22nd July 2012

Bug Fixes in Multimedia

David Faure committed changes in [soprano] tools/onto2vocabularyclass.cpp:

Fix crashes due to using the same QUrls in multiple threads.

I'm also working on a Qt4 QUrl fix (using QMutex), and this is already
fixed in Qt5 (the rewrite does no more delayed parsing), but let's make
our software stable as soon as possible, too, by using QThreadStorage
to avoid the race.

REVIEW: 105621

File Changes

Modified 1 files
  • tools/onto2vocabularyclass.cpp
1 files changed in total