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

QGeoServiceProvider requires (deep) copy constructor or Q_DISABLE_COPY

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.2.0
    • 5.0.2
    • Location
    • None
    • any

    Description

      The following results in double deletion of class member(s) which leads to crash, etc.

      { QGeoServiceProvider serviceProvider( "someProvider" ); QGeoServiceProvider serviceProvider2 = serviceProvider; }

      Checking at gitorious it looks like this affects Qt 5 Location API as well.

      Attachments

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

        Activity

          People

            ablasche Alex Blasche
            jehrismann Jim Ehrismann
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes