Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-55480

Extra namespace qualification confuses lupdate

    XMLWordPrintable

Details

    • 0c4a31ed4 (dev)

    Description

      namespace Ns {
      class Tr : public QObject
      {
          Q_OBJECT
          void func();
      };
      
      void Ns::Tr::func() // Ns is qualified although we're inside namespace Ns context
      {
          tr("message"); // Qualifying with unknown namespace/class ::Ns
      }
      }

      Attachments

        For Gerrit Dashboard: QTBUG-55480
        # Subject Branch Project Status CR V

        Activity

          People

            masoud.jami Masoud Jami
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes