New dialog: Fix translations after refactoring

The translation context unnecessarily changed. Change it back.

Amends 4e7ee4687b

Change-Id: Iee0f862bc492c6e90d58050d8a217eb9d485a2ee
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Eike Ziller
2022-10-19 10:53:54 +02:00
parent 23092b57b8
commit fdee55643a

View File

@@ -6,6 +6,7 @@
#include "../iwizardfactory.h"
#include "newdialog.h"
#include <QCoreApplication>
#include <QDialog>
#include <QIcon>
#include <QList>
@@ -30,7 +31,7 @@ namespace Internal {
class NewDialogWidget : public QDialog, public NewDialog
{
Q_OBJECT
Q_DECLARE_TR_FUNCTIONS(Core::Internal::NewDialog)
public:
explicit NewDialogWidget(QWidget *parent);