mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
refactor: rename our namespace to tr (#8256)
tr and tr::app are less cluttered than libtransmission:: and transmission::app
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ private:
|
||||
[[nodiscard]] int64_t parseResponseId(tr_variant& response) const;
|
||||
[[nodiscard]] RpcResponse parseResponseData(tr_variant& response) const;
|
||||
|
||||
libtransmission::api_compat::Style network_style_ = libtransmission::api_compat::default_style();
|
||||
tr::api_compat::Style network_style_ = tr::api_compat::default_style();
|
||||
tr_session* session_ = {};
|
||||
QByteArray session_id_;
|
||||
QUrl url_;
|
||||
|
||||
Reference in New Issue
Block a user