MythTV
master
|
#include <QtGlobal>
#include <QApplication>
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/lcddevice.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythtranslation.h"
#include "libmythbase/mythversion.h"
#include "libmythbase/signalhandling.h"
#include "libmythui/mythdisplay.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuihelper.h"
#include "mythwelcome_commandlineparser.h"
#include "welcomedialog.h"
#include "welcomesettings.h"
Go to the source code of this file.
Functions | |
static void | mw_sd_notify (const char *) |
static void | initKeys (void) |
int | main (int argc, char **argv) |
|
inlinestatic |
Definition at line 27 of file mythwelcome.cpp.
Referenced by main().
|
static |
Definition at line 30 of file mythwelcome.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file mythwelcome.cpp.