Closed
Bug 596155
Opened 14 years ago
Closed 14 years ago
MTF widget is using deprecated API.
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: roger.wang, Assigned: roger.wang)
References
Details
Attachments
(1 file)
681 bytes,
patch
|
romaxa
:
review+
|
Details | Diff | Splinter Review |
With Meego Touch Framework 0.20.38-1, fennec built with MTF failed to render a black browser window, with a warning of using deprecated API MSceneWindow::appear(MSceneWindow::DeletionPolicy policy).
The attached patch fixes this and make the browser window shown correctly.
Assignee | ||
Updated•14 years ago
|
Attachment #475008 -
Flags: review?
Assignee | ||
Comment 1•14 years ago
|
||
(In reply to comment #0)
> Created attachment 475008 [details] [diff] [review]
> using updated api
>
> With Meego Touch Framework 0.20.38-1, fennec built with MTF failed to render a
s/failed to/failed and/
> black browser window, with a warning of using deprecated API
> MSceneWindow::appear(MSceneWindow::DeletionPolicy policy).
>
> The attached patch fixes this and make the browser window shown correctly.
Assignee | ||
Updated•14 years ago
|
Attachment #475008 -
Flags: review?(romaxa)
Attachment #475008 -
Flags: review?(doug.turner)
Attachment #475008 -
Flags: review?
Comment 2•14 years ago
|
||
Comment on attachment 475008 [details] [diff] [review]
using updated api
oleg is a good enough reviewer for this.
Attachment #475008 -
Flags: review?(doug.turner)
Comment 3•14 years ago
|
||
Comment on attachment 475008 [details] [diff] [review]
using updated api
Make sense:
http://apidocs.meego.com/mtf/class_m_scene_window.html#a517747ad2df965dd67098ed1133aceaf
Please use appear(QGraphicsScene) or appear(MWindow) instead.
Attachment #475008 -
Flags: review?(romaxa) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
a=npodb
Updated•14 years ago
|
Assignee: nobody → roger.wang
Comment 5•14 years ago
|
||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•