mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
removed one #warning (TODO)
This commit is contained in:
parent
917ea1bb03
commit
b4cda108ae
2
debian/control
vendored
2
debian/control
vendored
@ -8,7 +8,7 @@ Standards-Version: 3.8.1
|
||||
|
||||
Package: qucs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, perl, qucs-core (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, perl, libqtcore4, libqt4-qt3support
|
||||
Recommends: freehdl, verilog
|
||||
Description: Quite Universal Circuit Simulator
|
||||
Qucs is an integrated circuit simulator which means you are able
|
||||
|
@ -441,7 +441,7 @@ void MouseActions::MMoveMoving(Schematic *Doc, QMouseEvent *Event)
|
||||
}
|
||||
else pe->setCenter(MAx1, MAy1, true);
|
||||
|
||||
#warning pe->paintScheme(&painter);
|
||||
pe->paintScheme(Doc);
|
||||
}
|
||||
|
||||
drawn = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user