Bug 31269

Summary: [Qt] Few classes have virtual functions but non-virtual destructor
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kenneth
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

Laszlo Gombos
Reported 2009-11-09 12:51:15 PST
QtWebKit builds with the following compiler warnings: WebCore/platform/qt/QWebPageClient.h:31: warning: 'class QWebPageClient' has virtual functions but non-virtual destructor WebKit/qt/Api/qgraphicswebview.cpp:37: warning: 'class QGraphicsWebViewPrivate' has virtual functions but non-virtual destructor Patch will follow to address the warnings.
Attachments
proposed patch (2.50 KB, patch)
2009-11-09 12:54 PST, Laszlo Gombos
no flags
Kenneth Rohde Christiansen
Comment 1 2009-11-09 12:53:18 PST
Really good that you got the warnings turned on! Really good catching errors like these.
Laszlo Gombos
Comment 2 2009-11-09 12:54:54 PST
Created attachment 42786 [details] proposed patch
WebKit Commit Bot
Comment 3 2009-11-09 13:27:16 PST
Comment on attachment 42786 [details] proposed patch Clearing flags on attachment: 42786 Committed r50684: <http://trac.webkit.org/changeset/50684>
WebKit Commit Bot
Comment 4 2009-11-09 13:27:22 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.