mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Update qucs.cpp
Fixed typo
This commit is contained in:
parent
187f2a71b8
commit
efb112d74d
@ -3508,7 +3508,7 @@ void QucsApp::slotSaveCdlNetlist()
|
||||
Schematic* schematic = dynamic_cast<Schematic*>(DocumentTab->currentWidget());
|
||||
Q_ASSERT(schematic != nullptr);
|
||||
|
||||
#ifdef NETLIST_CDL_TO_CONSOLEa // for fast testing purposes
|
||||
#ifdef NETLIST_CDL_TO_CONSOLE // for fast testing purposes
|
||||
QString netlistString;
|
||||
{
|
||||
QTextStream netlistStream(&netlistString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user