#include <QCoreApplication>
#include "mythcorecontext.h"
#include "tvbrowsehelper.h"
#include "playercontext.h"
#include "remoteencoder.h"
#include "recordinginfo.h"
#include "channelutil.h"
#include "mythlogging.h"
#include "cardutil.h"
#include "tv_play.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 |