]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add a TODO-proposal for a cleaner solution of the PendingThreadsMaintainer
authorPeter Penz <peter.penz19@gmail.com>
Sat, 13 Aug 2011 11:09:02 +0000 (13:09 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 13 Aug 2011 11:09:02 +0000 (13:09 +0200)
Thanks to Andre Wöbbeking for giving me a pointer to fix this ;-)

CCMAIL: woebbeking@kde.org

src/views/versioncontrol/pendingthreadsmaintainer.h

index 3e99c8657aca673a6e48380cbc60a3b9068dfa78..63a198b8d4cf6b98d00e8572412410e74d278651 100644 (file)
 class QTimer;
 
 /**
+ * TODO: Replace the PendingThreadMaintainer by a kind of
+ *       VersionControlThreadFactory that is responsible for creating
+ *       and deleting the threads. This would bypass the hack to poll
+ *       for for pending threads.
+ *
  * If the creator of a thread gets deleted, although the thread is still
  * working, usually QThread::wait() is invoked. The drawback of this
  * approach is that the user interface gets blocked for an undefined amount