Changes between Version 6 and Version 7 of QtWebKitPlugins
- Timestamp:
- Mar 21, 2010, 5:22:00 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPlugins
v6 v7 106 106 When WebKit receives mouse events in the plugin's area, it will pass QMouseEvent to the plugin. 107 107 108 A common error is to combine NPInterface with the plugin QWidget. 109 Please note that NPInterface represents the plugin dll. It is created and deleted when the plugin dll is loaded and unloaded, not with newp. So the same class should not be used for both NPInterface and the plugin itself. 110 108 111 == Mac == 109 112