messagingapp/msgui/appengine/inc/conversationsmodel.h
changeset 70 a15d9966050f
parent 52 12db4185673b
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
   178      * @param item, QStandardItem
   178      * @param item, QStandardItem
   179      * @param msgId
   179      * @param msgId
   180      */
   180      */
   181     void handleVCard(QStandardItem& item, int msgId);
   181     void handleVCard(QStandardItem& item, int msgId);
   182 
   182 
       
   183     /*
       
   184      * Get the scaled size from the original image size
       
   185      * @param originalSize, QSize
       
   186      * @param scaledSize, QSize
       
   187      */
       
   188     void getScaledSize(const QSize &originalSize,
       
   189             QSize &scaledSize);
       
   190 
   183 private:
   191 private:
   184 
   192 
   185     /**
   193     /**
   186      * Msg Store Handler
   194      * Msg Store Handler
   187      * Not Own
   195      * Not Own