#include <algorithm>
#include <QCoreApplication>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "cardutil.h"
#include "channelutil.h"
#include "playercontext.h"
#include "recordinginfo.h"
#include "remoteencoder.h"
#include "tv_play.h"
#include "tvbrowsehelper.h"
Go to the source code of this file.
|
| #define | LOC QString("BrowseHelper: ") |
| |
|
| static void | format_time (int seconds, QString &tMin, QString &tHrsMin) |
| |
◆ LOC
| #define LOC QString("BrowseHelper: ") |
◆ format_time()
| static void format_time |
( |
int |
seconds, |
|
|
QString & |
tMin, |
|
|
QString & |
tHrsMin |
|
) |
| |
|
static |