camerauis/cameraxui/cxui/src/cxuisettingradiobuttonlistmodel.cpp
changeset 41 67457b2ffb33
parent 39 c5025ea871a1
child 55 0da2a5b56583
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
     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".
    91             list << setting;
    91             list << setting;
    92         }
    92         }
    93 
    93 
    94         data = QVariant(list);
    94         data = QVariant(list);
    95     } else {
    95     } else {
    96         CX_DEBUG(("[WARNING] CxuiSettingRadioButtonListModel: role is not DisplayRole!"));
    96         // No action
    97     }
    97     }
    98 
    98 
    99     CX_DEBUG_EXIT_FUNCTION();
    99     CX_DEBUG_EXIT_FUNCTION();
   100     return data;
   100     return data;
   101 }
   101 }