mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
small changes
This commit is contained in:
parent
d6ec869c23
commit
f33d790822
7 changed files with 53 additions and 116 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#ifndef MESSAGELOGWIDGET_H
|
||||
#define MESSAGELOGWIDGET_H
|
||||
|
||||
#include <QTextEdit>
|
||||
#include <QPlainTextEdit>
|
||||
#include <QAbstractSocket>
|
||||
#include "client.h"
|
||||
|
||||
class Game;
|
||||
|
||||
class MessageLogWidget : public QTextEdit {
|
||||
class MessageLogWidget : public QPlainTextEdit {
|
||||
Q_OBJECT
|
||||
public slots:
|
||||
void logConnecting(QString hostname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue