Skip to content

Commit 6905a18

Browse files
committed
made destructor QWebViewExt virtual
1 parent fe3d3e4 commit 6905a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/extension_qt/qwebviewext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class QWebViewExt : public QWebView
1414
Q_OBJECT
1515
public:
1616
explicit QWebViewExt(QWidget *parent = 0);
17-
~QWebViewExt();
17+
virtual ~QWebViewExt();
1818

1919

2020
protected:

0 commit comments

Comments
 (0)