From: Oswald Buddenhagen Date: Mon, 29 Oct 2012 20:09:30 +0000 (+0100) Subject: remove stale QT_NO_TRANSLATION ifdefs X-Git-Tag: accepted/tizen/20131212.181521~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4670c4dadf821af8b4c8b9c2b389a78fd38e2d50;p=platform%2Fupstream%2Fqttools.git remove stale QT_NO_TRANSLATION ifdefs they are from the times when these files were part of the qt api Change-Id: Ic4b0d6af68e4cbba14e7efe0ca0bb901641e021b Reviewed-by: Joerg Bornemann --- diff --git a/src/linguist/shared/translatormessage.cpp b/src/linguist/shared/translatormessage.cpp index d415289..41de548 100644 --- a/src/linguist/shared/translatormessage.cpp +++ b/src/linguist/shared/translatormessage.cpp @@ -43,8 +43,6 @@ #include -#ifndef QT_NO_TRANSLATION - #include #include @@ -183,5 +181,3 @@ void TranslatorMessage::dump() const QT_END_NAMESPACE - -#endif // QT_NO_TRANSLATION diff --git a/src/linguist/shared/translatormessage.h b/src/linguist/shared/translatormessage.h index 181a203..b55c635 100644 --- a/src/linguist/shared/translatormessage.h +++ b/src/linguist/shared/translatormessage.h @@ -42,8 +42,6 @@ #ifndef TRANSLATORMESSAGE_H #define TRANSLATORMESSAGE_H -#ifndef QT_NO_TRANSLATION - #include #include #include @@ -176,6 +174,4 @@ Q_DECLARE_TYPEINFO(TranslatorMessage, Q_MOVABLE_TYPE); QT_END_NAMESPACE -#endif // QT_NO_TRANSLATION - #endif // TRANSLATORMESSAGE_H