mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Use default constructor, destructor
This commit is contained in:
@@ -54,10 +54,6 @@ HtmlBrowser::HtmlBrowser(QWidget *parent)
|
||||
connect(m_netManager, &QNetworkAccessManager::finished, this, &HtmlBrowser::resourceLoaded);
|
||||
}
|
||||
|
||||
HtmlBrowser::~HtmlBrowser()
|
||||
{
|
||||
}
|
||||
|
||||
QVariant HtmlBrowser::loadResource(int type, const QUrl &name)
|
||||
{
|
||||
if (type == QTextDocument::ImageResource)
|
||||
|
||||
Reference in New Issue
Block a user