forked from qt-creator/qt-creator
QmlJS: Change to a nicer way of marking strings for translation.
Reviewed-by: ossi
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QHash>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QCoreApplication>
|
||||
|
||||
namespace QmlJS {
|
||||
|
||||
@@ -26,6 +27,8 @@ public:
|
||||
|
||||
QList<DiagnosticMessage> diagnosticMessages() const;
|
||||
|
||||
Q_DECLARE_TR_FUNCTIONS(QmlJS::Link)
|
||||
|
||||
private:
|
||||
Interpreter::Engine *engine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user