MythTV
master
|
#include <QFileInfo>
#include <QString>
#include <QVariant>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/remotefile.h"
#include "libmythbase/remoteutil.h"
#include "libmythmetadata/videoutils.h"
#include "libmythui/mythprogressdialog.h"
#include "setupwizard_audio.h"
#include "setupwizard_general.h"
#include "setupwizard_video.h"
Go to the source code of this file.
Variables | |
const QString | VIDEO_SAMPLE_HD_LOCATION |
const QString | VIDEO_SAMPLE_SD_LOCATION |
const QString | VIDEO_SAMPLE_HD_FILENAME |
const QString | VIDEO_SAMPLE_SD_FILENAME |
const QString VIDEO_SAMPLE_HD_LOCATION |
Definition at line 20 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testHDVideo().
const QString VIDEO_SAMPLE_SD_LOCATION |
Definition at line 22 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testSDVideo().
const QString VIDEO_SAMPLE_HD_FILENAME |
Definition at line 24 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testHDVideo().
const QString VIDEO_SAMPLE_SD_FILENAME |
Definition at line 26 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testSDVideo().