mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Remove a few empty lines for codefactor
This commit is contained in:
parent
fba7e94a33
commit
c24636772c
@ -17,7 +17,6 @@ class ContentManager : public QObject
|
||||
Q_PROPERTY(QString currentLanguage MEMBER m_currentLanguage WRITE setCurrentLanguage NOTIFY currentLangChanged)
|
||||
|
||||
public:
|
||||
|
||||
explicit ContentManager(Library* library, kiwix::Downloader *downloader, QObject *parent = nullptr);
|
||||
virtual ~ContentManager() {}
|
||||
|
||||
|
@ -11,7 +11,6 @@ class OpdsRequestManager : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
OpdsRequestManager();
|
||||
~OpdsRequestManager() {}
|
||||
|
||||
|
@ -11,10 +11,8 @@
|
||||
|
||||
UrlSchemeHandler::UrlSchemeHandler()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UrlSchemeHandler::handleContentRequest(QWebEngineUrlRequestJob *request)
|
||||
{
|
||||
@ -48,7 +46,6 @@ UrlSchemeHandler::handleContentRequest(QWebEngineUrlRequestJob *request)
|
||||
} catch (kiwix::NoEntry&) {
|
||||
request->fail(QWebEngineUrlRequestJob::UrlNotFound);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user