mediasettings/videosettingsplugin/tsrc/testgroup/stub/src/hbinputeditorinterface.cpp
changeset 46 adbe7d5ba2f5
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   HbEditorInterface stub
       
    15 * 
       
    16 */
       
    17 
       
    18 // INCLUDE FILES
       
    19 #include "hbinputeditorinterface.h"
       
    20 
       
    21 HbInputFilter* HbEditorInterface::mFilter(0);
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // HbLineEdit
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 HbEditorInterface::HbEditorInterface(QObject *parent) : QObject(parent)
       
    28 {
       
    29 }
       
    30 
       
    31 // ---------------------------------------------------------------------------
       
    32 // ~HbLineEdit
       
    33 // ---------------------------------------------------------------------------
       
    34 //
       
    35 HbEditorInterface::~HbEditorInterface()
       
    36 {
       
    37 }
       
    38 
       
    39 // ---------------------------------------------------------------------------
       
    40 // setFilter
       
    41 // ---------------------------------------------------------------------------
       
    42 //
       
    43 void HbEditorInterface::setFilter(HbInputFilter *filter)
       
    44 {
       
    45     mFilter = filter;
       
    46 }