Skip to content

Commit

Permalink
MythDate::formatTime(): update doxygen comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 259a7fb)
  • Loading branch information
ulmus-scott authored and linuxdude42 committed Mar 19, 2022
1 parent 9dcf2bb commit 5432d11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mythtv/libs/libmythbase/mythdate.cpp
Expand Up @@ -222,8 +222,10 @@ std::chrono::seconds secsInFuture (const QDateTime& future)
* convert it to milliseconds.
*
* \param fmt A formatting string specifying how to output the time.
* See QTime::toString for the definition of valid formatting
* characters.
* Valid formatting characters are <tt>"Hmsz"</tt> for hours, minutes, seconds,
* and milliseconds, respectively. Consecutive runs of these characters will
* be replaced by at least as many characters as the run length, zero padding
* if necessary.
*/
QString formatTime(std::chrono::milliseconds msecs, QString fmt)
{
Expand Down

0 comments on commit 5432d11

Please sign in to comment.