Fix documentation error in DIALOG_CHOOSE_COMPONENT
This commit is contained in:
parent
5755582c53
commit
94b9524f6d
|
@ -60,7 +60,7 @@ class SCH_BASE_FRAME;
|
||||||
* for thorough documentation. A simple example usage follows:
|
* for thorough documentation. A simple example usage follows:
|
||||||
*
|
*
|
||||||
* // Create the adapter class
|
* // Create the adapter class
|
||||||
* auto adapter( Prj().SchLibs() );
|
* auto adapter( CMP_TREE_MODEL_ADAPTER::Create( Prj().SchLibs() ) );
|
||||||
*
|
*
|
||||||
* // Perform any configuration of adapter properties here
|
* // Perform any configuration of adapter properties here
|
||||||
* adapter->SetPreselectNode( "TL072", 2 );
|
* adapter->SetPreselectNode( "TL072", 2 );
|
||||||
|
|
Loading…
Reference in New Issue