By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2265 - Add ability to set signal/slot threading connection type
Summary: Add ability to set signal/slot threading connection type
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2014-12-18 22:01 CST by Timothy Pearson
Modified: 2018-08-02 09:46 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Pearson 2014-12-18 22:01:43 CST
The Qt threading classes should have a method to manually set (override) the signal/slot connection type:
http://lwn.net/Articles/626697/

Something like this already exists to force direct mode but the other connection types listed should be added as well.

This should be a trivial patch with a couple of simple added methods.