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