forked from qt-creator/qt-creator
Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)
And handle the consequences in qmakebuildconfiguration.cpp. Change-Id: Ic24d99927254e8d16decea49b880a2446bf322e6 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -62,8 +62,6 @@ protected:
|
||||
template <typename T>
|
||||
class Operation: public QmlJSQuickFixOperation
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(QmlJSEditor::Internal::Operation)
|
||||
|
||||
T *m_objDef;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user