Update qucs.cpp

Fixed typo
This commit is contained in:
Thomas Zecha 2025-01-07 10:22:31 +01:00 committed by GitHub
parent 187f2a71b8
commit efb112d74d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);