MythTV  master
Macros | Functions
rominfo.cpp File Reference
#include <QFile>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdb.h>
#include "romedit.h"
#include "rominfo.h"
Include dependency graph for rominfo.cpp:

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)
 

Macro Definition Documentation

◆ LOC_ERR

#define LOC_ERR   QString("MythGame:ROMINFO Error: ")

Definition at line 12 of file rominfo.cpp.

◆ LOC

#define LOC   QString("MythGame:ROMINFO: ")

Definition at line 13 of file rominfo.cpp.

Function Documentation

◆ operator==()

bool operator== ( const RomInfo a,
const RomInfo b 
)

Definition at line 15 of file rominfo.cpp.

◆ romInDB()

int romInDB ( const QString &  rom,
const QString &  gametype 
)

Definition at line 117 of file rominfo.cpp.

Referenced by RomInfo::fillData().