• Maciej Suminski's avatar
    Removed NETINFO_ITEM::SetNet() and NETINFO_ITEM::SetNetname() methods. · 487b609e
    Maciej Suminski authored
    NETINFO_ITEM::m_Net and NETINFO_ITEM::m_Netname are const.
    
    Changes to be verified:
    - pcbnew/minimun_spanning_tree.cpp: It segfaults is m_Size == 0
    - pcbnew/exporters/export_gencad.cpp: I removed the SetNetname() call, as it changes only the unconnected net and in the next line it returns if the net is unconnected. Still, I wonder if name for the unconnected net matters. What about tests that check if a net name is empty to decide if it is unconnected net or not.
    487b609e
Name
Last commit
Last update
..
export_d356.cpp Loading commit data...
export_gencad.cpp Loading commit data...
export_idf.cpp Loading commit data...
export_vrml.cpp Loading commit data...
gen_drill_report_files.cpp Loading commit data...
gen_modules_placefile.cpp Loading commit data...
gendrill_Excellon_writer.cpp Loading commit data...
gendrill_Excellon_writer.h Loading commit data...
idf.cpp Loading commit data...
idf.h Loading commit data...
vrml_board.cpp Loading commit data...
vrml_board.h Loading commit data...