forked from qt-creator/qt-creator
QmlJS: Tr::Tr
Excluding the Qml parser, which needs to remain in sync with it's copy in Qt. Change-Id: I22f475f265dd74687e3239c4d6916c777798a447 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -17,7 +17,6 @@ class Document;
|
||||
class QMLJS_EXPORT Bind: protected AST::Visitor
|
||||
{
|
||||
Q_DISABLE_COPY(Bind)
|
||||
Q_DECLARE_TR_FUNCTIONS(QmlJS::Bind)
|
||||
|
||||
public:
|
||||
Bind(Document *doc, QList<DiagnosticMessage> *messages,
|
||||
|
||||
Reference in New Issue
Block a user