mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Apply suggestions from code review
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
This commit is contained in:
parent
f34c4caa9e
commit
ada90b518c
1 changed files with 2 additions and 0 deletions
|
@ -53,10 +53,12 @@
|
||||||
#include "automatedrssdownloader.h"
|
#include "automatedrssdownloader.h"
|
||||||
#include "feedlistwidget.h"
|
#include "feedlistwidget.h"
|
||||||
#include "ui_rsswidget.h"
|
#include "ui_rsswidget.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl);
|
void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
RSSWidget::RSSWidget(IGUIApplication *app, QWidget *parent)
|
RSSWidget::RSSWidget(IGUIApplication *app, QWidget *parent)
|
||||||
: GUIApplicationComponent(app, parent)
|
: GUIApplicationComponent(app, parent)
|
||||||
, m_ui {new Ui::RSSWidget}
|
, m_ui {new Ui::RSSWidget}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue