removed one #warning (TODO)

This commit is contained in:
Frans Schreuder 2012-12-05 13:06:31 +01:00
parent 917ea1bb03
commit b4cda108ae
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

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

View File

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