MythTV
master
|
#include <QFile>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdb.h>
#include "romedit.h"
#include "rominfo.h"
Go to the source code of this file.
Macros | |
#define | LOC_ERR QString("MythGame:ROMINFO Error: ") |
#define | LOC QString("MythGame:ROMINFO: ") |
Functions | |
bool | operator== (const RomInfo &a, const RomInfo &b) |
int | romInDB (const QString &rom, const QString &gametype) |
#define LOC_ERR QString("MythGame:ROMINFO Error: ") |
Definition at line 12 of file rominfo.cpp.
#define LOC QString("MythGame:ROMINFO: ") |
Definition at line 13 of file rominfo.cpp.
Definition at line 15 of file rominfo.cpp.
int romInDB | ( | const QString & | rom, |
const QString & | gametype | ||
) |
Definition at line 117 of file rominfo.cpp.
Referenced by RomInfo::fillData().