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

    • b8644eab5205a9ff20ad27836be2439e7f6a19e9

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes