mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Option to duplicate traces, removed debug code
This commit is contained in:
parent
5855149d04
commit
bb18dffb55
4 changed files with 25 additions and 288 deletions
|
|
@ -49,9 +49,6 @@ static char swapUpperLower(char c) {
|
|||
|
||||
bool SIUnitEdit::eventFilter(QObject *, QEvent *event)
|
||||
{
|
||||
if(value() == 1000000) {
|
||||
qDebug() << "Event: " << event->type();
|
||||
}
|
||||
if (event->type() == QEvent::KeyPress) {
|
||||
int key = static_cast<QKeyEvent *>(event)->key();
|
||||
if(key == Qt::Key_Escape) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue