[QGIS Commit] [qgis/QGIS] 6ebd9a: Use QColor instead of Qt::GlobalColor in item data

GitHub noreply at github.com
Tue Apr 1 19:11:58 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 6ebd9a8b1043b14e6b6c756b519fbaec7ca29d27
      https://github.com/qgis/QGIS/commit/6ebd9a8b1043b14e6b6c756b519fbaec7ca29d27
  Author: Carl Simonson <simonsonc at gmail.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M src/gui/raster/qgsrasterhistogramwidget.cpp

  Log Message:
  -----------
  Use QColor instead of Qt::GlobalColor in item data

The QVariant constructor that takes a Qt::GlobalColor is removed in Qt 5.
It is actually a kind of special case in Qt 4 anyway. Fix the uses of this
by constructing a QColor and using that instead.


  Commit: bc40ab69c9d6078855d56c877ee672f6abae9ac9
      https://github.com/qgis/QGIS/commit/bc40ab69c9d6078855d56c877ee672f6abae9ac9
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M src/gui/raster/qgsrasterhistogramwidget.cpp

  Log Message:
  -----------
  Merge pull request #1288 from simonsonc/qvariant-qcolor

Use QColor instead of Qt::GlobalColor in item data


Compare: https://github.com/qgis/QGIS/compare/2b3108f9aead...bc40ab69c9d6


More information about the QGIS-commit mailing list