fix for issue #17: oracle: convert smart quotes to normal quotes in card names

This commit is contained in:
Max-Wilhelm Bruker 2012-03-23 12:17:59 +01:00
parent 61b351aa9f
commit c92f3e4239
3 changed files with 8 additions and 2 deletions

View file

@ -180,6 +180,7 @@ protected:
CardInfo *noCard;
PictureLoadingThread *loadingThread;
private:
static const int versionNeeded;
void loadCardsFromXml(QXmlStreamReader &xml);
void loadSetsFromXml(QXmlStreamReader &xml);
public: