QmlJS: Change to a nicer way of marking strings for translation.

Reviewed-by: ossi
This commit is contained in:
Christian Kamm
2010-05-19 13:32:11 +02:00
parent fadfe9c64e
commit 50cc55af80
5 changed files with 35 additions and 28 deletions

View File

@@ -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();