mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
87511c7123
* build: disable some clang-tidy checks we cannot use ranges while still supporting gcc 8 * refactor: add Prefs::keyval() refactor: remove Prefs::getKey() test: add Prefs::keyval() tests * refactor: add Prefs::set(idx, tr_variant) refactor: remove Prefs::type(idx) refactor: remove Prefs::variant(idx) * refactor: create RpcClient in main() * test: add qt remote session tests