Gui: handle language change events in task dialogs

This commit is contained in:
wmayer
2023-02-23 10:40:22 +01:00
committed by wwmayer
parent d2741d298c
commit dd23698cf2
2 changed files with 27 additions and 0 deletions

View File

@@ -172,6 +172,9 @@ public:
/// is called by the framework if the user press the help button
void helpRequested() override;
/// event handling
bool eventFilter(QObject *watched, QEvent *event) override;
private:
void clearForm();