Bug 26351 - Remove bool QWebHitTestResult::isScrollBar() const from API
Summary: Remove bool QWebHitTestResult::isScrollBar() const from API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 12:37 PDT by Andre Pedralho
Modified: 2009-06-15 11:41 PDT (History)
0 users

See Also:


Attachments
Patch that removes QWebHitTestResult::isScrollBar and changes qwebframe.cpp and qwebpage.cpp accordingly. (3.29 KB, patch)
2009-06-12 12:39 PDT, Andre Pedralho
manyoso: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Pedralho 2009-06-12 12:37:42 PDT
Remove bool QWebHitTestResult::isScrollBar() const and make sure a null QWebHitTestResult is returned instead.
Comment 1 Andre Pedralho 2009-06-12 12:39:39 PDT
Created attachment 31207 [details]
Patch that removes QWebHitTestResult::isScrollBar and changes qwebframe.cpp and qwebpage.cpp accordingly.
Comment 2 Andre Pedralho 2009-06-12 12:45:52 PDT
Changed component.
Comment 3 Adam Treat 2009-06-15 11:41:54 PDT
Landed with r44692.