From 2be776b12f6124002fdf8a35b4bef19ce8e93bb1 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:32:44 -0500 Subject: add sort func to sort model --- src/components/channellist/channellisttree.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/channellist/channellisttree.hpp') diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp index 9d065ec..136522b 100644 --- a/src/components/channellist/channellisttree.hpp +++ b/src/components/channellist/channellisttree.hpp @@ -38,6 +38,8 @@ public: void SetSelectedDMs(); protected: + int SortFunc(const Gtk::TreeModel::iterator &a, const Gtk::TreeModel::iterator &b); + void OnPanedPositionChanged(); void UpdateListingClassic(); -- cgit v1.2.3