equal
deleted
inserted
replaced
56 // BgcIndicatorPlugin::accessAllowed |
56 // BgcIndicatorPlugin::accessAllowed |
57 // Check if client is allowed to use notification widget |
57 // Check if client is allowed to use notification widget |
58 // @see bgcindicatorplugin.h |
58 // @see bgcindicatorplugin.h |
59 // ---------------------------------------------------------------------------- |
59 // ---------------------------------------------------------------------------- |
60 bool BgcIndicatorPlugin::accessAllowed(const QString &indicatorType, |
60 bool BgcIndicatorPlugin::accessAllowed(const QString &indicatorType, |
61 const HbSecurityInfo *securityInfo) const |
61 const QVariantMap &securityInfo) const |
62 { |
62 { |
63 Q_UNUSED(indicatorType) |
63 Q_UNUSED(indicatorType) |
64 Q_UNUSED(securityInfo) |
64 Q_UNUSED(securityInfo) |
65 |
65 |
66 // This plugin doesn't perform operations that may compromise security. |
66 // This plugin doesn't perform operations that may compromise security. |