rewrote oracle importer

This commit is contained in:
Max-Wilhelm Bruker 2009-10-13 01:06:48 +02:00
parent af0d72c0e6
commit ae6803f9f2
10 changed files with 535 additions and 452 deletions

View file

@ -72,6 +72,7 @@ public:
QString getCardType() const { return cardtype; }
QString getPowTough() const { return powtough; }
QString getText() const { return text; }
void setText(const QString &_text) { text = _text; }
QStringList getColors() const { return colors; }
QString getPicURL() const { return picURL; }
QString getMainCardType() const;