~ubuntu-branches/ubuntu/lucid/smplayer/lucid

« back to all changes in this revision

Viewing changes to src/helper.h

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        // Format a time (hh:mm:ss)
45
45
        static QString formatTime(int secs);
46
46
 
 
47
        static QString timeForJumps(int secs);
 
48
 
47
49
        // Give a name for config (group name) based on filename
48
50
        static QString filenameForPref(const QString & filename);
49
51
 
74
76
 
75
77
        static bool directoryContainsDVD(QString directory);
76
78
 
77
 
        // Convert text from command line to unicode
78
 
        //static QString textFromCL(QString t);
79
 
 
80
 
        // Convert text from unicode for command line
81
 
        //static QCString textForCL(QString t);
82
79
 
83
80
private:
84
81
        static QString logs;