Closed
Bug 822307
Opened 12 years ago
Closed 12 years ago
Typo bug introduced into Qt nsWindow.cpp after landing 819725
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file)
753 bytes,
patch
|
jfkthame
:
review+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/mozilla-central/diff/d5cd9651e99a/widget/qt/nsWindow.cpp#l1.58
1.57 -nsWindow::Resize(int32_t aWidth, int32_t aHeight, bool aRepaint)
1.58 +nsWindow::Resize(double aWidth, int32_t double, bool aRepaint)
^
and break Qt port compilation
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 692972 [details] [diff] [review]
Arg list typo fix for Widget Qt
Review of attachment 692972 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry!
Attachment #692972 -
Flags: review?(jfkthame) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•