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

Retroactive deprecations are not allowed.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • 5.5.0
    • 5.5.0 RC
    • Serial Port
    • None

    Description

      On Friday 05 June 2015 10:10:47 Frederik Gladhorn wrote:
      > +#if QT_DEPRECATED_SINCE(5, 2)
      > + QT_DEPRECATED void dataErrorPolicyChanged(QSerialPort::DataErrorPolicy
      > policy);
      > +#endif
      > void dataTerminalReadyChanged(bool set);
      > void requestToSendChanged(bool set);
      > void error(QSerialPort::SerialPortError serialPortError);
      > - void settingsRestoredOnCloseChanged(bool restore);
      > +#if QT_DEPRECATED_SINCE(5, 3)
      > + QT_DEPRECATED void settingsRestoredOnCloseChanged(bool restore);
      > +#endif

      Retroactive deprecations are not allowed. Please change the macros to (5,5),
      even if the functions had been marked as deprecated in the documentation.


      Thiago Macieira - thiago.macieira (AT) intel.com
      Software Architect - Intel Open Source Technology Center

      Attachments

        Issue Links

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

          Activity

            People

              kuzulis Denis Shienkov
              janihe Jani Heikkinen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes