videocollection/videocollectionwrapper/inc/videolistdatamodel.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 50 21fe8338c6bf
--- a/videocollection/videocollectionwrapper/inc/videolistdatamodel.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/videocollectionwrapper/inc/videolistdatamodel.h	Fri Apr 30 09:52:11 2010 +0300
@@ -283,7 +283,7 @@
      *
      * @return QString detail string
      */
-    QString doDetailRow(int index, const QString duration) const;
+    QString doDetailRow(int index) const;
 
     /**
      * Generates a video count string for category or album at given index.
@@ -317,18 +317,6 @@
      * @data data from operation
      */
     void reportAsyncStatus(int statusCode, QVariant &additional);
-            
-    /**
-     * Generates a short video length string from video item at given index
-     * 
-     * In case item is not found in the provided index, empty
-     * string is returned.
-     * 
-     * @param index, index of the item data is requested
-     * 
-     * @return Lengths as QString,  (for example "00:25:10").
-     */
-    QString prepareShortLengthString(int index) const;
 
 private: