changeset 5 | 627c4a0fd0e7 |
parent 0 | 16d8024aca5e |
child 21 | 4633027730f5 |
child 34 | ed14f46c0e55 |
--- a/src/hbcore/gui/hbdevicefadecontrolsym.cpp Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/gui/hbdevicefadecontrolsym.cpp Fri Jun 11 13:58:22 2010 +0300 @@ -41,8 +41,8 @@ { public: struct FadeControl { - int fadeOff:1; // command for application to unfade - int spare:31; + int fadeOff: 1; // command for application to unfade + int spare: 31; }; public: @@ -87,6 +87,7 @@ CActiveScheduler::Add(this); start(); } + process.Close(); } HbDeviceFadeControlPrivate::~HbDeviceFadeControlPrivate()