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

doc typo on The State Machine Framework

XMLWordPrintable

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

      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 ":"

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes