toggle menu
qBittorrent
1.1.0-alpha02
common
switch theme
search in API
qbittorrent-models
/
qbittorrent.models
/
BuildInfo
Build
Info
@
Serializable
class
BuildInfo
(
val
qt
:
String
,
val
libtorrent
:
String
,
val
boost
:
String
,
val
openssl
:
String
,
val
bitness
:
Int
)
Members
Constructors
Build
Info
Link copied to clipboard
constructor
(
qt
:
String
,
libtorrent
:
String
,
boost
:
String
,
openssl
:
String
,
bitness
:
Int
)
Properties
bitness
Link copied to clipboard
val
bitness
:
Int
boost
Link copied to clipboard
val
boost
:
String
libtorrent
Link copied to clipboard
val
libtorrent
:
String
openssl
Link copied to clipboard
val
openssl
:
String
qt
Link copied to clipboard
val
qt
:
String