7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 05:16:58 +00:00

LIB_TREE_MODEL_ADAPTER is not symbol-specific.

This commit is contained in:
Jeff Young 2025-01-30 18:36:30 +00:00
parent 5e64f56d54
commit 4a35468301

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; }