~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to libs/dimg/drawdecoding.h

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-12-22 21:38:14 UTC
  • mfrom: (1.2.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20091222213814-dtgz0u1068y5rql7
Tags: 2:1.0.0-1ubuntu1
* Merge with Debian, remaining changes:
  - Export .pot name and copy to plugins in debian/rules
  - Build-depend on libkipi7-dev, libkexiv2-8-dev and 
    libkdcraw8-dev (KDE 4.3 -> 4.4)
* Build-depend on liblqr-1-0-dev: now in main (LP: #493508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                !curveAdjust.isEmpty());
91
91
    }
92
92
 
 
93
    bool operator==(const DRawDecoding& other) const
 
94
    {
 
95
        return lightness     == other.lightness &&
 
96
               contrast      == other.contrast &&
 
97
               gamma         == other.gamma &&
 
98
               saturation    == other.saturation &&
 
99
               exposureComp  == other.exposureComp &&
 
100
               curveAdjust   == other.curveAdjust &&
 
101
               levelsAdjust  == other.levelsAdjust;
 
102
    }
 
103
 
93
104
public:
94
105
 
95
106
    /** Lightness correction value.