screensaver/devicedialogplugins/snsrdevicedialogplugin/src/snsrdevicedialogplugin.cpp
changeset 69 87476091b3f5
parent 62 341166945d65
child 97 66b5fe3c07fd
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   120 {
   120 {
   121     Q_UNUSED(parameters)
   121     Q_UNUSED(parameters)
   122     Q_UNUSED(deviceDialogType)
   122     Q_UNUSED(deviceDialogType)
   123 
   123 
   124     info->group = SecurityGroup;
   124     info->group = SecurityGroup;
   125     info->flags = NoDeviceDialogFlags;
   125     info->flags = ReceiveIndicatorStatus;
   126     info->priority = DefaultPriority;
   126     info->priority = DefaultPriority;
   127 
   127 
   128     return true;
   128     return true;
   129 }
   129 }
   130 
   130