forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user