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

doc typo on The State Machine Framework

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.15.2
    • 5.15.1
    • Documentation
    • None
    • b787ad0f61bb966110303409768d212756df95ca (qt/qtbase/5.15)
    • Da Vinci sprint 18

    Description

      Here https://doc.qt.io/qt-5/statemachine-api.html
      On code snippet:

      {{ QObject::connect(s3, &QState::entered, button, &QPushButton:showMaximized);}}

      Should be

      {{ QObject::connect(s3, &QState::entered, button, &QPushButton::showMaximized);}}

      Missing ":"

      Attachments

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

        Activity

          People

            paulwicking Paul Wicking
            ottomann Otto Mann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes