mirror of
https://review.haiku-os.org/haiku
synced 2025-02-16 10:39:14 +01:00
* Move BPrivate::BNodeInfo::CheckNodeIconHintPrivate() to Tracker's Model class. * Rename HasVectorIconHint(BNode*) to CheckNodeIconHint(BNode*). and make it check not only for vector icons but also if you have BOTH large and mini icons. * Replace instances of CheckNodeIconHintPrivate() with the newly created CheckNodeIconHint().