Merge remote-tracking branch 'origin/fix-warnings-5.9' into fix-warnings-5.12

This commit is contained in:
Lawrence Lee
2024-11-16 22:27:29 -08:00
9 changed files with 115 additions and 111 deletions

View File

@@ -56,6 +56,8 @@ void RTImageCache::updateCache()
RTImage::RTImage () {}
RTImage::RTImage (const Glib::ustring& iconName, const Gtk::IconSize iconSize) :
sigc::trackable(),
Glib::ObjectBase(),
Gtk::Image(),
size(iconSize),
icon_name(iconName),