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

Mark QAbstractScrollAreaPrivate::contentsOffset as exported

XMLWordPrintable

    • Linux/X11

      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'

       

       

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

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

              Created:
              Updated:

                There are no open Gerrit changes