mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Add virtual destructors, fix warnings
This commit is contained in:
parent
4568be8ff4
commit
fe340ac620
17 changed files with 16 additions and 49 deletions
|
|
@ -774,7 +774,7 @@ void TraceXYPlot::draw(QPainter &p)
|
|||
p.drawLine(xpos.x(), plotAreaTop, xpos.x(), plotAreaBottom);
|
||||
}
|
||||
if(pref.Graphs.SweepIndicator.triangle) {
|
||||
for(unsigned int i=0;i<pref.Graphs.SweepIndicator.triangleSize;i++) {
|
||||
for(int i=0;i<pref.Graphs.SweepIndicator.triangleSize;i++) {
|
||||
p.drawLine(xpos.x() - i,plotAreaBottom+i+1, xpos.x() + i, plotAreaBottom+i+1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue