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

QT does not build with warnings enabled under g++

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.5.2
    • Core: Event loop
    • None
    • Linux 64 bit

    Description

      qevent.h can not be built with all warnings enabled under g++, pointing to a potential problem with the implementation of some events.

      /usr/include/QtGui/qevent.h|169| error: 'class QTabletEvent' has pointer data members
      /usr/include/QtGui/qevent.h|169| error: but does not override 'QTabletEvent(const QTabletEvent&)'
      /usr/include/QtGui/qevent.h|169| error: or 'operator=(const QTabletEvent&)'
      /usr/include/QtGui/qevent.h|468| error: 'class QDropEvent' has pointer data members
      /usr/include/QtGui/qevent.h|468| error: but does not override 'QDropEvent(const QDropEvent&)'
      /usr/include/QtGui/qevent.h|468| error: or 'operator=(const QDropEvent&)'
      /usr/include/QtGui/qevent.h|621| error: 'class QActionEvent' has pointer data members
      /usr/include/QtGui/qevent.h|621| error: but does not override 'QActionEvent(const QActionEvent&)'
      /usr/include/QtGui/qevent.h|621| error: or 'operator=(const QActionEvent&)'

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            bamberg Brian Amberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes