ganeswidgets/src/HgImageFader.cpp
branchGCC_SURGE
changeset 10 c348b9772569
parent 9 dde80bf4a8c7
equal deleted inserted replaced
4:463f1934e292 10:c348b9772569
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 /*
    17 #include "hgimagefader.h"
    18  * HgImageFader.cpp
       
    19  *
       
    20  *  Created on: Feb 10, 2010
       
    21  *      Author: anpentti
       
    22  */
       
    23 
       
    24 #include "HgImageFader.h"
       
    25 #include "hgimage.h"
    18 #include "hgimage.h"
    26 
    19 
    27 HgImageFader::HgImageFader()
    20 HgImageFader::HgImageFader()
    28 {
    21 {
    29     QObject::connect(&mTimer, SIGNAL(timeout()), this, SLOT(doFading()));
    22     QObject::connect(&mTimer, SIGNAL(timeout()), this, SLOT(doFading()));