mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Syntax suger
This commit is contained in:
parent
089d061f2d
commit
6f79363dba
1 changed files with 1 additions and 5 deletions
|
@ -80,10 +80,7 @@ void ProxGuiQT::MainLoop()
|
||||||
plotapp->exec();
|
plotapp->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
ProxGuiQT::ProxGuiQT(int argc, char **argv) : plotapp(NULL), plotwidget(NULL),
|
ProxGuiQT::ProxGuiQT(int argc, char **argv) : plotapp(NULL), plotwidget(NULL), argc(argc), argv(argv) {}
|
||||||
argc(argc), argv(argv)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
ProxGuiQT::~ProxGuiQT(void)
|
ProxGuiQT::~ProxGuiQT(void)
|
||||||
{
|
{
|
||||||
|
@ -310,7 +307,6 @@ void ProxWidget::mouseMoveEvent(QMouseEvent *event)
|
||||||
CursorBPos = x;
|
CursorBPos = x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this->update();
|
this->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue