mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 10:34:45 +08:00
coverity 303191
This commit is contained in:
parent
d5cc802e57
commit
a5bd3d7c32
1 changed files with 2 additions and 1 deletions
|
@ -638,11 +638,12 @@ Plot::Plot(QWidget *parent) : QWidget(parent), GraphStart(0), GraphPixelsPerPoin
|
|||
palette.setColor(QPalette::Button, QColor(100, 100, 100));
|
||||
setPalette(palette);
|
||||
setAutoFillBackground(true);
|
||||
|
||||
CursorAPos = 0;
|
||||
CursorBPos = 0;
|
||||
GraphStop = 0;
|
||||
|
||||
setWindowTitle(tr("Sliders"));
|
||||
|
||||
master = parent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue