Help: Remove unused method and related code

Change-Id: I4c4641290eceb441339cc237ee74a52c1018e3ae
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Eike Ziller
2019-01-23 16:27:29 +01:00
parent 379aef60f9
commit bbe0cd68fa
3 changed files with 3 additions and 24 deletions

View File

@@ -81,7 +81,6 @@ public:
QUrl source() const override;
void setSource(const QUrl &url) override;
void scrollToAnchor(const QString &anchor);
void highlightId(const QString &id) override { Q_UNUSED(id) }
void setHtml(const QString &html) override;