MythTV
master
|
#include <cmath>
#include <QDir>
#include <QImage>
#include <QImageWriter>
#include "libmythbase/compat.h"
#include "libmythbase/http/mythhttpmetaservice.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythmiscutil.h"
#include "libmythbase/programinfo.h"
#include "libmythbase/remotefile.h"
#include "libmythbase/storagegroup.h"
#include "libmythmetadata/musicmetadata.h"
#include "libmythmetadata/videometadatalistmanager.h"
#include "libmythprotoserver/requesthandler/fileserverutil.h"
#include "libmythtv/metadataimagehelper.h"
#include "libmythtv/previewgenerator.h"
#include "v2content.h"
#include "v2serviceUtil.h"
Go to the source code of this file.
Functions | |
Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(CONTENT_HANDLE, V2Content::staticMetaObject, &V2Content::RegisterCustomTypes)) void V2Content | |
Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
s_service | , | ||
(CONTENT_HANDLE, V2Content::staticMetaObject, &V2Content::RegisterCustomTypes) | |||
) |
Definition at line 63 of file v2content.cpp.