changeset 69 | b18a4bf55ddb |
parent 44 | 329d304c1aa1 |
--- a/iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h Fri Aug 20 11:39:56 2010 +0300 +++ b/iaupdate/IAD/bgcindicatorplugin/inc/bgcindicator.h Fri Sep 03 17:01:40 2010 +0300 @@ -21,6 +21,7 @@ #include <QObject> #include <hbindicatorinterface.h> +#include <hbtranslator.h> /** * Message indicator class. @@ -63,9 +64,15 @@ private: /** - * Nr of updates + * Owned */ int mNrOfUpdates; + /** + * Owned + */ + HbTranslator *mTranslator; + + };