|
MythTV master
|
#include "libmythbase/http/mythhttpmetaservice.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdb.h"#include "libmythbase/mythdbcon.h"#include "libmythbase/mythlogging.h"#include "libmythbase/mythmiscutil.h"#include "libmythbase/mythsorthelper.h"#include "libmythbase/mythversion.h"#include "libmythbase/programinfo.h"#include "libmythbase/storagegroup.h"#include "libmythmetadata/bluraymetadata.h"#include "libmythmetadata/globals.h"#include "libmythmetadata/metadatafactory.h"#include "libmythmetadata/videometadata.h"#include "libmythtv/mythavutil.h"#include "v2artworkInfoList.h"#include "v2castMemberList.h"#include "v2genreList.h"#include "v2serviceUtil.h"#include "v2video.h"Go to the source code of this file.
Functions | |
| Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(VIDEO_HANDLE, V2Video::staticMetaObject, &V2Video::RegisterCustomTypes)) void V2Video | |
| Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
| s_service | , | ||
| (VIDEO_HANDLE, V2Video::staticMetaObject, &V2Video::RegisterCustomTypes) | |||
| ) |
Definition at line 27 of file v2video.cpp.