[Webkit-unassigned] [Bug 35292] [Qt] Need a final integration between QtLauncher and QGVLauncher
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 23 07:33:39 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35292
Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |tonikitoo at webkit.org
Ever Confirmed|0 |1
--- Comment #6 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> 2010-02-23 07:33:39 PST ---
jeez, we also try to avoid this kind of thing:
- initializeView();
+
+ // if there is a Scene, we should enable QGraphicsView mode
+ if (scene == 0)
+ initializeView();
+ else
+ initializeView(true);
bool parameter is contextless
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list