MythTV
master
|
#include <unistd.h>
#include <iostream>
#include <QCoreApplication>
#include <QEventLoop>
#include <exitcodes.h>
#include <mythcontext.h>
#include <mythdb.h>
#include <mythversion.h>
#include <remoteutil.h>
#include <mythmiscutil.h>
#include <netutils.h>
#include <mythtranslation.h>
#include <mythconfig.h>
#include <netgrabbermanager.h>
#include <mythrssmanager.h>
#include <mythcommandlineparser.h>
#include <mythlogging.h>
Go to the source code of this file.
Classes | |
class | MythFillNVCommandLineParser |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
GrabberDownloadThread * | gdt = nullptr |
RSSManager * | rssMan = nullptr |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 56 of file mythplugins/mythnetvision/mythfillnetvision/main.cpp.
GrabberDownloadThread* gdt = nullptr |
Definition at line 26 of file mythplugins/mythnetvision/mythfillnetvision/main.cpp.
Referenced by GrabberManager::doUpdate(), and main().
RSSManager* rssMan = nullptr |
Definition at line 27 of file mythplugins/mythnetvision/mythfillnetvision/main.cpp.
Referenced by main(), and NetTree::UpdateRSS().