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

Linker error with QGraphsLine::swap: unresolved external symbol

XMLWordPrintable

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

      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); 

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes