|
MythTV master
|
#include "MythExternControl.h"#include <array>#include <iostream>#include <poll.h>#include <unistd.h>#include <QFile>#include <QTextStream>#include <QJsonDocument>#include <QJsonObject>#include "libmythbase/mythlogging.h"Go to the source code of this file.
Macros | |
| #define | LOC Desc() |
| #define | LOC QString("%1").arg(m_parent->Desc()) |
Variables | |
| const QString | VERSION = "2.0" |
| #define LOC Desc() |
Definition at line 134 of file MythExternControl.cpp.
| #define LOC QString("%1").arg(m_parent->Desc()) |
Definition at line 134 of file MythExternControl.cpp.
| const QString VERSION = "2.0" |
Definition at line 37 of file MythExternControl.cpp.
Referenced by Commands::ProcessCommand().