phonebookui/pbkcommonui/src/cnteditviewdetailitem.cpp
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    90     default:
    90     default:
    91         return QVariant();
    91         return QVariant();
    92     }
    92     }
    93 }
    93 }
    94 
    94 
    95 void CntEditViewDetailItem::activated()
    95 void CntEditViewDetailItem::activated(CntEditViewItemCallback* interface)
    96 {
    96 {
       
    97     Q_UNUSED( interface );
    97 }
    98 }
    98 
    99 
    99 void CntEditViewDetailItem::longPressed(const QPointF &coords)
   100 void CntEditViewDetailItem::longPressed(const QPointF &coords, CntEditViewItemCallback* interface)
   100 {
   101 {
       
   102     Q_UNUSED( interface );
   101     Q_UNUSED( coords );
   103     Q_UNUSED( coords );
   102 }
   104 }
   103 
   105