Option to duplicate traces, removed debug code

This commit is contained in:
Jan Käberich 2021-04-23 23:03:15 +02:00
parent 5855149d04
commit bb18dffb55
4 changed files with 25 additions and 288 deletions

View file

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