phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistmodel.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
--- a/phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistmodel.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneuis/bubblemanager2/bubblecore/src/bubbleparticipantlistmodel.h	Fri Jul 09 15:40:55 2010 +0300
@@ -34,8 +34,7 @@
     void addParticipant(
         int bubbleId,
         const QString &name,
-        int state,
-        bool ciphering);
+        Qt::TextElideMode nameClip = Qt::ElideRight);
 
     void removeParticipant(
         int bubbleId);
@@ -53,14 +52,12 @@
     inline bool isDataChanged(
         const Participant& participant,
         const QString &name,
-        int state,
-        bool ciphering) const;
+        Qt::TextElideMode nameClip) const;
 
     inline void updateData(
         Participant& participant,
         const QString &name,
-        int state,
-        bool ciphering) const;
+        Qt::TextElideMode nameClip) const;
 
 private:
     QList<Participant*> mParticipants;