diff options
Diffstat (limited to 'src/pdfquick/qquicktableviewextra_p.h')
-rw-r--r-- | src/pdfquick/qquicktableviewextra_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdfquick/qquicktableviewextra_p.h b/src/pdfquick/qquicktableviewextra_p.h index 60101a95e..4ba97a06f 100644 --- a/src/pdfquick/qquicktableviewextra_p.h +++ b/src/pdfquick/qquicktableviewextra_p.h @@ -68,6 +68,7 @@ class Q_PDFQUICK_EXPORT QQuickTableViewExtra : public QObject public: QQuickTableViewExtra(QObject *parent = nullptr); + ~QQuickTableViewExtra() override; QQuickTableView * tableView() const { return m_tableView; } void setTableView(QQuickTableView * tableView) { m_tableView = tableView; } |