mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Add override keyword to functions
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
explicit HtmlBrowser(QWidget* parent = nullptr);
|
||||
~HtmlBrowser();
|
||||
|
||||
virtual QVariant loadResource(int type, const QUrl &name);
|
||||
virtual QVariant loadResource(int type, const QUrl &name) override;
|
||||
|
||||
protected:
|
||||
QNetworkAccessManager *m_netManager;
|
||||
|
||||
Reference in New Issue
Block a user