Gui: add decimal point converter to Translator

This commit is contained in:
0penBrain
2022-04-08 15:42:39 +02:00
committed by wwmayer
parent d8bd6f1fb4
commit 3eadba2b21
8 changed files with 71 additions and 60 deletions

View File

@@ -92,15 +92,6 @@ public:
bool eventFilter(QObject* obj, QEvent* ev) override;
};
class KeyboardFilter : public QObject
{
Q_OBJECT
public:
explicit KeyboardFilter(QObject* parent);
bool eventFilter(QObject* obj, QEvent* ev) override;
};
}
#endif // GUI_APPLICATION_H