mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
committed by
GitHub
parent
e4313d6651
commit
dcf3e97291
@@ -28,12 +28,12 @@
|
||||
|
||||
#include "applicationcomponent.h"
|
||||
|
||||
ApplicationComponent::ApplicationComponent(IApplication *app)
|
||||
ApplicationComponentBase::ApplicationComponentBase(IApplication *app)
|
||||
: m_app {app}
|
||||
{
|
||||
}
|
||||
|
||||
IApplication *ApplicationComponent::app() const
|
||||
IApplication *ApplicationComponentBase::app() const
|
||||
{
|
||||
return m_app;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user