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

Linker error with QGraphsLine::swap: unresolved external symbol

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.8.1, 6.9.0 FF
    • 6.8.0 RC
    • Graphs: 2D
    • None
    • Windows
    • 206904596 (dev), 9f185cc3a (6.8)

    Description

      The use of QGraphsLine's swap method causes a linker error:

      unresolved external symbol "public: __cdecl QExplicitlySharedDataPointer<struct QGraphsLinePrivate>::~QExplicitlySharedDataPointer<struct QGraphsLinePrivate>(void)" (??1?$QExplicitlySharedDataPointer@UQGraphsLinePrivate@@@@QEAA@XZ)" 

      Code example:

      QGraphsLine line1;
      QGraphsLine line2;
      line1.swap(line2); 

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-129497
          # Subject Branch Project Status CR V

          Activity

            People

              nikokorkala Niko Korkala
              docjambi Peter Droste
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes