|
MythTV master
|
#include <QHostAddress>#include <QNetworkInterface>#include "libmyth/mythcontext.h"#include "libmythtv/mythsystemevent.h"#include "libmythbase/http/mythhttpmetaservice.h"#include "libmythbase/iso3166.h"#include "libmythbase/iso639.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlocale.h"#include "libmythbase/mythtranslation.h"#include "libmythbase/mythversion.h"#include "v2config.h"#include "v2countryList.h"#include "v2databaseInfo.h"#include "v2databaseStatus.h"#include "v2languageList.h"Go to the source code of this file.
Functions | |
| Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(CONFIG_HANDLE, V2Config::staticMetaObject, &V2Config::RegisterCustomTypes)) void V2Config | |
| Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
| s_service | , | ||
| (CONFIG_HANDLE, V2Config::staticMetaObject, &V2Config::RegisterCustomTypes) | |||
| ) |
Definition at line 27 of file v2config.cpp.