equal
deleted
inserted
replaced
104 else |
104 else |
105 { |
105 { |
106 qDebug("DMIndicatorsPlugin::accessAllowed() SecUID is not secure "); |
106 qDebug("DMIndicatorsPlugin::accessAllowed() SecUID is not secure "); |
107 return false; |
107 return false; |
108 } |
108 } |
109 #elif |
109 #else |
110 Q_UNUSED(securityInfo) |
110 Q_UNUSED(securityInfo) |
111 qDebug("DMIndicatorsPlugin::accessAllowed() not Symbian "); |
111 qDebug("DMIndicatorsPlugin::accessAllowed() not Symbian "); |
112 return false; |
112 return false; |
113 |
113 |
114 #endif |
114 #endif |