Changeset 43 for lib/song.h


Ignore:
Timestamp:
01/07/08 17:44:35 (4 years ago)
Author:
sander
Message:

Made a function to format the time nicely.
Also tried to format the message content, though it's still not perfect, at least here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/song.h

    r17 r43  
    2020        bool isEmpty() const; 
    2121        void fillEmptyFields(); 
     22        static QString formattedTime(const quint32 &seconds); 
    2223}; 
    2324 
Note: See TracChangeset for help on using the changeset viewer.