forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user