ganeswidgets/src/hgvgimage.cpp
changeset 5 4fa04caf0f43
parent 2 49c70dcc3f17
child 6 1cdcc61142d2
equal deleted inserted replaced
3:c863538fcbb6 5:4fa04caf0f43
    13 *
    13 *
    14 * Description:    
    14 * Description:    
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "HgVgImage.h"
    18 #include "hgvgimage.h"
    19 #include "HgImageFader.h"
    19 #include "HgImageFader.h"
    20 #include "hgvgquadrenderer.h"
    20 #include "hgvgquadrenderer.h"
    21 
    21 
    22 const int KMaxMirrorWidth(128);
    22 const int KMaxMirrorWidth(128);
    23 const int KMaxMirrorHeight(64);
    23 const int KMaxMirrorHeight(64);
    89 
    89 
    90 }
    90 }
    91 
    91 
    92 void HgVgImage::setPixmap(const QPixmap& pixmap)
    92 void HgVgImage::setPixmap(const QPixmap& pixmap)
    93 {
    93 {
    94     
    94     Q_UNUSED(pixmap)    
    95 }
    95 }
    96 
    96 
    97 QImage HgVgImage::getQImage() const
    97 QImage HgVgImage::getQImage() const
    98 {
    98 {
    99     return mQImage;
    99     return mQImage;