securitydialogs/secuinotifications/secuinotificationdialogplugin/src/secuinotificationdialogplugin.cpp
equal
deleted
inserted
replaced
88 { |
88 { |
89 // Return device dialog flags |
89 // Return device dialog flags |
90 Q_UNUSED(deviceDialogType); |
90 Q_UNUSED(deviceDialogType); |
91 Q_UNUSED(parameters); |
91 Q_UNUSED(parameters); |
92 |
92 |
93 info->group = DeviceNotificationDialogGroup; // TODO this should be SecurityGroup , but it's still not available |
93 //info->group = DeviceNotificationDialogGroup; // TODO this should be SecurityGroup , but it's still not available, Commented out by 10.1 Integration |
|
94 info->group = SecurityGroup; // Added by 10.1 Integration... It's working better with this layer. |
94 info->flags = NoDeviceDialogFlags; |
95 info->flags = NoDeviceDialogFlags; |
95 info->priority = DefaultPriority; |
96 info->priority = DefaultPriority; |
96 |
97 |
97 return true; |
98 return true; |
98 } |
99 } |