videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/inc/videocollectionutils.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
   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      */