mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix issues reported by hicpp clang-tidy checks (GTK client) (#4711)
* Fix `hicpp-vararg` clang-tidy issues * Fix `hicpp-explicit-conversions` clang-tidy issues * Fix `hicpp-signed-bitwise` clang-tidy issues * Enable the rest of `hicpp` clang-tidy checks
This commit is contained in:
@@ -17,7 +17,7 @@ class Session;
|
||||
class FreeSpaceLabel : public Gtk::Label
|
||||
{
|
||||
public:
|
||||
FreeSpaceLabel(Glib::RefPtr<Session> const& core, std::string_view dir = {});
|
||||
explicit FreeSpaceLabel(Glib::RefPtr<Session> const& core, std::string_view dir = {});
|
||||
FreeSpaceLabel(
|
||||
BaseObjectType* cast_item,
|
||||
Glib::RefPtr<Gtk::Builder> const& builder,
|
||||
|
||||
Reference in New Issue
Block a user