mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
fix for issue #17: oracle: convert smart quotes to normal quotes in card names
This commit is contained in:
parent
61b351aa9f
commit
c92f3e4239
3 changed files with 8 additions and 2 deletions
|
|
@ -180,6 +180,7 @@ protected:
|
|||
CardInfo *noCard;
|
||||
PictureLoadingThread *loadingThread;
|
||||
private:
|
||||
static const int versionNeeded;
|
||||
void loadCardsFromXml(QXmlStreamReader &xml);
|
||||
void loadSetsFromXml(QXmlStreamReader &xml);
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue