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:
parent
5e64f56d54
commit
4a35468301
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user