Skip to content

Commit c960af2

Browse files
committed
cleanup
1 parent e704fa8 commit c960af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/simulator/waveform_viewer/src/wave_widget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ namespace hal {
8080
connect(mController,&NetlistSimulatorController::parseComplete,vv,&WaveformViewer::handleParseComplete,Qt::QueuedConnection);
8181
connect(mController,&NetlistSimulatorController::loadProgress,vv,&WaveformViewer::showProgress,Qt::QueuedConnection);
8282
connect(mController,&NetlistSimulatorController::triggerRunSimulation,vv,&WaveformViewer::handleRunSimulation);
83-
8483
connect(mGraphicsCanvas,&WaveGraphicsCanvas::undoStateChanged,vv,&WaveformViewer::testUndoEnable,Qt::QueuedConnection);
8584
}
8685
}

0 commit comments

Comments
 (0)