mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 03:38:05 -06:00
committed by
GitHub
parent
41a38428fc
commit
f8a304abdc
@@ -37,8 +37,9 @@
|
||||
|
||||
#include "apierror.h"
|
||||
|
||||
APIController::APIController(QObject *parent)
|
||||
: QObject {parent}
|
||||
APIController::APIController(IApplication *app, QObject *parent)
|
||||
: QObject(parent)
|
||||
, ApplicationComponent(app)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user