mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
server version bump, minor chat view fix
This commit is contained in:
parent
d4f600393f
commit
713ebece78
3 changed files with 6 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ private:
|
|||
QString ownName;
|
||||
public:
|
||||
ChatView(const QString &_ownName, QWidget *parent = 0);
|
||||
void appendMessage(const QString &sender, const QString &message);
|
||||
void appendMessage(QString sender, const QString &message);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue