|
MythTV master
|
#include <sys/stat.h>#include <QDateTime>#include <QStringList>#include <QMutex>#include "mythbaseexp.h"#include "mythtimer.h"Go to the source code of this file.
Classes | |
| class | RemoteFile |
Functions | |
| MBASE_PUBLIC QString | RemoteDownloadFile (const QString &url, const QString &storageGroup, const QString &filename="") |
| MBASE_PUBLIC QString | RemoteDownloadFileNow (const QString &url, const QString &storageGroup, const QString &filename="") |
| MBASE_PUBLIC QString RemoteDownloadFile | ( | const QString & | url, |
| const QString & | storageGroup, | ||
| const QString & | filename = "" |
||
| ) |
Definition at line 1483 of file remotefile.cpp.
Referenced by VideoSetupWizard::DownloadSample(), NetBase::DownloadVideo(), and ThemeChooser::saveAndReload().
| MBASE_PUBLIC QString RemoteDownloadFileNow | ( | const QString & | url, |
| const QString & | storageGroup, | ||
| const QString & | filename = "" |
||
| ) |
Definition at line 1490 of file remotefile.cpp.