MythTV
master
|
#include <cstdlib>
#include <QApplication>
#include <QDir>
#include <QFileInfo>
#include <QDomDocument>
#include <mythcontext.h>
#include <mythdbcon.h>
#include <mythuihelper.h>
#include <mythmainwindow.h>
#include <mythuitext.h>
#include <mythuitextedit.h>
#include <mythuibutton.h>
#include <mythuibuttonlist.h>
#include <mythdialogbox.h>
#include <mythsystemlegacy.h>
#include <exitcodes.h>
#include <mythdate.h>
#include "importnative.h"
#include "archiveutil.h"
#include "logviewer.h"
Go to the source code of this file.
Functions | |
static bool | loadDetailsFromXML (const QString &filename, FileDetails *details) |
|
static |
Definition at line 31 of file importnative.cpp.
Referenced by ArchiveFileSelector::itemSelected().