mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
use proper anchors in MessageLogWidget, effectively fixing issue #54
This commit is contained in:
parent
aa2488fb91
commit
089c937167
3 changed files with 26 additions and 19 deletions
|
|
@ -27,6 +27,7 @@ private:
|
|||
enum MessageContext { MessageContext_None, MessageContext_MoveCard, MessageContext_Mulligan };
|
||||
|
||||
QString sanitizeHtml(QString dirty) const;
|
||||
QString cardLink(const QString &cardName) const;
|
||||
bool isFemale(Player *player) const;
|
||||
bool userIsFemale() const;
|
||||
QPair<QString, QString> getFromStr(CardZone *zone, QString cardName, int position, bool ownerChange) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue