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

Mark QAbstractScrollAreaPrivate::contentsOffset as exported

    XMLWordPrintable

Details

    • Linux/X11

    Description

      If you try to do something like

       

      class MyGraphicsViewPrivate : public QGraphicsViewPrivate
      {};
      
      MyGraphicsView::MyGraphicsView(QWidget *parent)
          : QGraphicsView(*new MyGraphicsViewPrivate(), parent)
      {}

      You will get a linker error:

       

      undefined reference to `QAbstractScrollAreaPrivate::contentsOffset() const'

       

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            kolam Paul Kolomiets
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes