![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | profileId () const |
| Profile id. | |
| void | setProfileId (QString newProfileId) |
| const QSharedPointer< DeviceProfile > & | body () const |
| Device profile. | |
| void | setBody (QSharedPointer< DeviceProfile > newBody) |
| const QSharedPointer< DeviceProfile > & Jellyfin::Loader::UpdateProfileParams::body | ( | ) | const |
Device profile.
| const QString & Jellyfin::Loader::UpdateProfileParams::profileId | ( | ) | const |
Profile id.
| void Jellyfin::Loader::UpdateProfileParams::setBody | ( | QSharedPointer< DeviceProfile > | newBody | ) |
| void Jellyfin::Loader::UpdateProfileParams::setProfileId | ( | QString | newProfileId | ) |