videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/inc/videocollectionutils.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
equal deleted inserted replaced
36:8aed59de29f9 37:4eb2df7f7cbe
   123      * @return Length as string (for example "1min 45sec").
   123      * @return Length as string (for example "1min 45sec").
   124      */
   124      */
   125     QString prepareLengthString(quint32 length);
   125     QString prepareLengthString(quint32 length);
   126     
   126     
   127     /**
   127     /**
   128      * prepares length string
       
   129      */
       
   130     const QString prepareShortLengthString(quint32 total);
       
   131     
       
   132     /**
       
   133      * Prepares size string from the given value.
   128      * Prepares size string from the given value.
   134      * 
   129      * 
   135      * @param size Size value in bytes
   130      * @param size Size value in bytes
   136      * @return Size as string (for example "450 kB").
   131      * @return Size as string (for example "450 kB").
   137      */
   132      */