Fix #117: Card tags now match disregarding case and punctuation.

This commit is contained in:
arxanas 2014-07-06 20:04:09 -04:00
parent 4d6f46b06e
commit 810029ce15
5 changed files with 127 additions and 54 deletions

View file

@ -42,6 +42,11 @@ private:
CardInfo *info;
void setMinimized(int _minimized);
/*
* Wrapper around db->getCardBySimpleName.
*/
CardInfo *getCard(const QString &cardName = QString());
public:
CardInfoWidget(ResizeMode _mode, const QString &cardName = QString(), QWidget *parent = 0, Qt::WindowFlags f = 0);
void retranslateUi();