#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <iostream>
#include <sys/poll.h>
#include <QCoreApplication>
#include <QDir>
#include <QThread>
#include <QTime>
#include "commandlineparser.h"
#include "mythfilerecorder.h"
#include "exitcodes.h"
#include "mythcontext.h"
#include "mythversion.h"
#include "mythlogging.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ API_VERSION
◆ VERSION
◆ LOC
#define LOC QString("File(%1): ").arg(m_fileName) |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |