[QGIS Commit] [qgis/QGIS] 3e3f30: Replace deprecated provides() with hasFormat()

GitHub noreply at github.com
Mon Mar 31 07:04:05 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 3e3f30a304744563b3c0fd92dcfa4809cd472a80
      https://github.com/qgis/QGIS/commit/3e3f30a304744563b3c0fd92dcfa4809cd472a80
  Author: Carl Simonson <simonsonc at gmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M src/app/qgsbrowserdockwidget.cpp

  Log Message:
  -----------
  Replace deprecated provides() with hasFormat()

QDropEvent::provides() has been deprecated from the move from Qt 3 to Qt 4.
Replace this instance with the hasFormat() method on the mimeData instance.


  Commit: 3aedeff087c692bf26e0ef1c14345e1ee0d44ecc
      https://github.com/qgis/QGIS/commit/3aedeff087c692bf26e0ef1c14345e1ee0d44ecc
  Author: Martin Dobias <wonder.sk at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M src/app/qgsbrowserdockwidget.cpp

  Log Message:
  -----------
  Merge pull request #1277 from simonsonc/mime-format

Replace deprecated provides() with hasFormat()


Compare: https://github.com/qgis/QGIS/compare/04d7169e0e6f...3aedeff087c6


More information about the QGIS-commit mailing list