QmlBundle: Do not translate warnings

The warnings are just shown on console / through qWarning(), so
there's no need to translate them.

Change-Id: I27bc9a043d9dd76d41fcde6c253b04b69fef40ad
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Kai Koehne
2013-02-22 11:22:45 +01:00
parent 4a78d4da3f
commit 5ceeddf2b8
2 changed files with 13 additions and 11 deletions

View File

@@ -57,7 +57,6 @@ namespace QmlJS {
*/
class QMLJS_EXPORT QmlBundle
{
Q_DECLARE_TR_FUNCTIONS(QmlJS::QmlBundle)
typedef PersistentTrie::Trie Trie;
public:
QmlBundle(const QmlBundle &o);