diff -r d141fc1ad77b -r e61a04404bdf qtms/src/qtmseffect.cpp --- a/qtms/src/qtmseffect.cpp Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/src/qtmseffect.cpp Wed Aug 18 10:16:02 2010 +0300 @@ -21,14 +21,16 @@ void QTMSEffect::Construct(QTMSEffectImpl* impl) - { +{ QTMSeffectimpl = impl; - } +} QTMSEffect::QTMSEffect(void) - { - } +{ + +} QTMSEffect::~QTMSEffect(void) - { - } +{ + +}