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

[documentation] Missing character ';' on the end of CustomStyle class constructor declaration in QStyle Class example code.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.4.0 RC
    • 5.0.1
    • Documentation
    • None
    • Windows7
    • 0f3323ce0194b271024d423bec861d51dc55063f

    Description

      1.Run Assistant.exe.
      2.Open QStyle Class Reference page.
      3.Note below example code:
      class CustomStyle : public QWindowsStyle
      {
      Q_OBJECT

      public:
      CustomStyle()
      ~CustomStyle() {}

      void drawPrimitive(PrimitiveElement element, const QStyleOption *option,
      QPainter *painter, const QWidget *widget) const;
      };

      Missing character ';' on the end of CustomStyle class constructor declaration.

      Attachments

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

        Activity

          People

            avolkov Alexander Volkov
            xue016013 xueyan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes