ganeswidgets/src/hgvgimage.cpp
branchGCC_SURGE
changeset 10 c348b9772569
parent 9 dde80bf4a8c7
equal deleted inserted replaced
4:463f1934e292 10:c348b9772569
    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);
    24 
    24 
    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;