mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Format
This commit is contained in:
parent
c3dcba3b4a
commit
f34c4caa9e
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
#include "ui_rsswidget.h"
|
||||
namespace
|
||||
{
|
||||
void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl);
|
||||
void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl);
|
||||
}
|
||||
RSSWidget::RSSWidget(IGUIApplication *app, QWidget *parent)
|
||||
: GUIApplicationComponent(app, parent)
|
||||
|
@ -663,4 +663,4 @@ namespace
|
|||
html.replace(fullMatch, (prefix + absoluteUrl + suffix));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue