diff options
| author | Peter Penz <[email protected]> | 2011-08-13 13:09:02 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-13 13:09:02 +0200 |
| commit | 917619f52a74f50889f5a0c66c47d3942cf2d9cc (patch) | |
| tree | ab72e5149ae9e36e96e6b7d69c15b51ce62a8308 /src/views/versioncontrol | |
| parent | c79949ed7f5bb86296caccd8914c0ade975db17c (diff) | |
Add a TODO-proposal for a cleaner solution of the PendingThreadsMaintainer
Thanks to Andre Wöbbeking for giving me a pointer to fix this ;-)
CCMAIL: [email protected]
Diffstat (limited to 'src/views/versioncontrol')
| -rw-r--r-- | src/views/versioncontrol/pendingthreadsmaintainer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/versioncontrol/pendingthreadsmaintainer.h b/src/views/versioncontrol/pendingthreadsmaintainer.h index 3e99c8657..63a198b8d 100644 --- a/src/views/versioncontrol/pendingthreadsmaintainer.h +++ b/src/views/versioncontrol/pendingthreadsmaintainer.h @@ -27,6 +27,11 @@ 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 |
