MythTV
master
|
#include <cstdlib>
#include <QCoreApplication>
#include <QEvent>
#include <QDir>
#include <QUrl>
#include "mythcorecontext.h"
#include "mythdirs.h"
#include "mythuihelper.h"
#include "mythsystemlegacy.h"
#include "storagegroup.h"
#include "metadatadownload.h"
#include "metadatafactory.h"
#include "mythmiscutil.h"
#include "remotefile.h"
#include "mythlogging.h"
Go to the source code of this file.
Functions | |
static QString | getNameWithExtension (const QString &filename, const QString &type) |
|
static |
Definition at line 804 of file metadatadownload.cpp.
Referenced by MetadataDownload::getMXMLPath(), and MetadataDownload::getNFOPath().