Ticket #65 (closed task: fixed)
Get rid of the forward..Signal() methods [patch ready]
| Reported by: | diederik | Owned by: | diederik |
|---|---|---|---|
| Priority: | minor | Milestone: | kmess-2.0 |
| Component: | Code cleanup | Version: | 1.5-pre2 |
| Keywords: | Cc: |
Description
KMess has some forward...() methods when a class only needs to relay a signal. It appears Qt has a better way to write this, like:
connect( object, SIGNAL(..), this, SIGNAL(..) );
In other words, the signal can be connected to the next signal instead. Sometimes the forward methods have some useful debugging information, so it's not needed to rewrite those. The others however, could be rewritten.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

