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

Missing \since tag for the new methods

XMLWordPrintable

    • All
    • 55113f563 (dev), 61ccc3c0e (6.6)
    • DaVinci 87

      The following methods need  \since entries indicating the Qt version in which they are introduced.

       

       

      QByteArray targetData() const;
      void setTargetData(const QByteArray &data);
      void setTargetData(int offset, const QByteArray &data);
      TargetAttribute targetAttribute(int index) const;
      int targetAttributeCount() const;
      void addTargetAttribute(quint32 targetId, Attribute::Semantic semantic, int offset, int stride = 0); 
      void addTargetAttribute(const TargetAttribute &att);
      
      
      

       

       

      Refer to the QDoc manual for since command usage and examples.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            paulwicking Paul Wicking
            veshivas Venugopal Shivashankar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes