qtms/src/qtmseffect.cpp
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
equal deleted inserted replaced
48:b7b49303d0c0 50:762d760dcfdf
    19 #include "qtmseffect.h"
    19 #include "qtmseffect.h"
    20 #include "qtmswrapperexport.h"
    20 #include "qtmswrapperexport.h"
    21 
    21 
    22 
    22 
    23 void QTMSEffect::Construct(QTMSEffectImpl* impl)
    23 void QTMSEffect::Construct(QTMSEffectImpl* impl)
    24     {
    24 {
    25     QTMSeffectimpl = impl;
    25     QTMSeffectimpl = impl;
    26     }
    26 }
    27 
    27 
    28 QTMSEffect::QTMSEffect(void)
    28 QTMSEffect::QTMSEffect(void)
    29     {
    29 {
    30     }
    30 	
       
    31 }
    31 
    32 
    32  QTMSEffect::~QTMSEffect(void)
    33  QTMSEffect::~QTMSEffect(void)
    33     {
    34 {
    34     }
    35 	
       
    36 }