Closed
Bug 498873
Opened 17 years ago
Closed 17 years ago
Remove use of unnecessary QPen pointer
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: tobias.hunger, Assigned: tobias.hunger)
References
Details
Attachments
(1 file)
|
2.09 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
QPen is a implicitly shared class, so there is no need to do explicit sharing via pointers.
Attachment #383690 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 2•17 years ago
|
||
Ping?
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Attachment #383690 -
Flags: review?(mark.finkle) → review+
Updated•17 years ago
|
Assignee: nobody → tobias.hunger
| Assignee | ||
Comment 3•17 years ago
|
||
Just one Ping...
| Assignee | ||
Comment 4•17 years ago
|
||
Could somebody please check this in? Thanks!
| Assignee | ||
Updated•17 years ago
|
Whiteboard: checkin-needed
Comment 5•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: checkin-needed
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•