MythTV
master
|
#include <QString>
#include <QVariant>
#include <QFileInfo>
#include "mythcontext.h"
#include "mythdbcon.h"
#include "mythdirs.h"
#include "mythprogressdialog.h"
#include "mythcoreutil.h"
#include "videoutils.h"
#include "remotefile.h"
#include "setupwizard_general.h"
#include "setupwizard_audio.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 19 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testHDVideo().
const QString VIDEO_SAMPLE_SD_LOCATION |
Definition at line 21 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testSDVideo().
const QString VIDEO_SAMPLE_HD_FILENAME |
Definition at line 23 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testHDVideo().
const QString VIDEO_SAMPLE_SD_FILENAME |
Definition at line 25 of file setupwizard_video.cpp.
Referenced by VideoSetupWizard::testSDVideo().