src/hbservers/hbthemeserver/hbiconprocessor_p.h
changeset 23 e6ad4ef83b23
parent 2 06ff229162e9
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
    48             size(s),
    48             size(s),
    49             aspectRatioMode(aspectRatioM),
    49             aspectRatioMode(aspectRatioM),
    50             mode(m),
    50             mode(m),
    51             mirrored(mir),
    51             mirrored(mir),
    52             color(clr),
    52             color(clr),
    53 			renderMode(rMode)
    53             renderMode(rMode)
    54     {
    54     {
    55     }
    55     }
    56 
    56 
    57     bool operator == (const HbIconKey &other) const
    57     bool operator == (const HbIconKey &other) const
    58     {
    58     {
    75             aspectRatioMode = other.aspectRatioMode;
    75             aspectRatioMode = other.aspectRatioMode;
    76             mode = other.mode;
    76             mode = other.mode;
    77             mirrored = other.mirrored;
    77             mirrored = other.mirrored;
    78             filename = other.filename;
    78             filename = other.filename;
    79             color = other.color;
    79             color = other.color;
    80 	        renderMode = other.renderMode;
    80             renderMode = other.renderMode;
    81         }
    81         }
    82         return *this;
    82         return *this;
    83     }
    83     }
    84 
    84 
    85     QString filename;
    85     QString filename;