LIB_TREE_MODEL_ADAPTER is not symbol-specific.

(cherry picked from commit 4a35468301f1042e10a0800592332619d19eb017)
This commit is contained in:
Jeff Young 2025-01-30 18:36:30 +00:00
parent 6429246ce0
commit a1dd583696

View File

@ -142,9 +142,7 @@ public:
void SaveSettings();
/**
* Set the symbol filter type. Must be set before adding libraries
*
* @param aFilter if SYM_FILTER_POWER, only power parts are loaded
* Set the filter. Must be set before adding libraries.
*/
void SetFilter( std::function<bool( LIB_TREE_NODE& aNode )>* aFilter ) { m_filter = aFilter; }