[mythtv] Question regarding LIRC support and gContext->getCurrentLocation()

Navaho Gunleg navahogunleg at gmail.com
Thu Jun 1 12:31:51 UTC 2006


     Guys,

I see this in MythControl:

static const QString KeyToDisplay(const QString key)
{
    if (key.left(6) == "remote")
        return "[" + key.mid(6) + "]";
    else
        return key;
}

Does this imply that, what I did by prefixing remote-keys with 'ir'
has already been thought about by the guy that did MythControls?  In
other words, should I be better giving them remoteXXXX names in stead
of irXXXXX ?

Or is that "remote" there for a completely different reason?

Cheers,
NG.


More information about the mythtv-dev mailing list