]> cloud.milkyroute.net Git - dolphin.git/commit
Don't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 4 Nov 2009 19:14:39 +0000 (19:14 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 4 Nov 2009 19:14:39 +0000 (19:14 +0000)
commit565bd3bf23dfb9b139de089d3c4f8b57e124f7ee
treef773c5af1ca34c76dee3e8b16569b66da04bca02
parentf5f2ccf8eec5abffb41255e487746881091ff8a1
Don't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread.

svn path=/trunk/KDE/kdebase/apps/; revision=1044848
src/CMakeLists.txt
src/panels/information/kloadmetadatathread.cpp [new file with mode: 0644]
src/panels/information/kloadmetadatathread_p.h [new file with mode: 0644]
src/panels/information/kmetadatawidget.cpp
src/panels/information/kmetadatawidget.h
src/tooltips/tooltipmanager.cpp