videocollection/videocollectionwrapper/inc/videocollectionutils.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 37 4eb2df7f7cbe
--- a/videocollection/videocollectionwrapper/inc/videocollectionutils.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/videocollectionwrapper/inc/videocollectionutils.h	Fri Apr 16 18:13:14 2010 +0300
@@ -125,12 +125,12 @@
     QString prepareLengthString(quint32 length);
     
     /**
-     * Prepares length strings from given value.
+     * Prepares length string from given value in short format.
      * 
      * @param length Length value in seconds.
-     * @return Lengths as QStringList, first item tells the minutes, second tells seconds
+     * @return Length as QString (for example "00:25:10").
      */
-    const QStringList prepareLengthStrings(quint32 total);
+    const QString prepareShortLengthString(quint32 total);
     
     /**
      * Prepares size string from the given value.