Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-8958 cannot add spaces to arguments of slots in slots definitions in designer
  3. QTBUG-8961

Documentation of canonical signal/slot signatures missing/not easily accessible.

    XMLWordPrintable

Details

    • b8644eab5205a9ff20ad27836be2439e7f6a19e9

    Description

      See parent task. The sections 'Overviews/Signals and Slots' lists

      connect(signalMapper, SIGNAL(mapped(const QString &)), this, SLOT(readFile(const QString &)));

      which should be:

      connect(signalMapper, SIGNAL(mapped(QString)), this, SLOT(readFile(QString)));

      Documentation about canonical signatures should be added wrt performance aspects.

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            kleint Friedemann Kleint
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes