mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
build: bump clang tools to 20 (#7573)
* build: bump to clang-format-20
* build: bump to clang-tidy-20
* chore: revert edc59ba5d8
This commit is contained in:
@@ -491,9 +491,10 @@ MessageLogWindow::Impl::Impl(
|
||||
, filter_(Gtk::TreeModelFilter::create(store_))
|
||||
, sort_(Gtk::TreeModelSort::create(filter_))
|
||||
, maxLevel_(static_cast<tr_log_level>(gtr_pref_int_get(TR_KEY_message_level)))
|
||||
, refresh_tag_(Glib::signal_timeout().connect_seconds(
|
||||
sigc::mem_fun(*this, &Impl::onRefresh),
|
||||
SECONDARY_WINDOW_REFRESH_INTERVAL_SECONDS))
|
||||
, refresh_tag_(
|
||||
Glib::signal_timeout().connect_seconds(
|
||||
sigc::mem_fun(*this, &Impl::onRefresh),
|
||||
SECONDARY_WINDOW_REFRESH_INTERVAL_SECONDS))
|
||||
{
|
||||
/**
|
||||
*** toolbar
|
||||
|
||||
Reference in New Issue
Block a user