On Friday, January 11, 2013 13:39:47 you wrote: > Just wondering a "little" thing about making KDirModel threaded.. How > can you even do that?
KDirModel would remain a QAIM subclass. inside of KDirModel, it would manage one (or more) threads to do the actual work. QAIM is itself fast enough (as long as one avoids calling dataChanged 100k times for one row at a time or other such crazyness :), so that's fine. the data handling (fetching, parsing, allocating) is what usually needs to be put into a thread. -- Aaron J. Seigo
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel