mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
keep client version persistant (#2750)
This commit is contained in:
parent
f3f83882e0
commit
0a57229886
3 changed files with 19 additions and 11 deletions
|
|
@ -30,6 +30,7 @@ private:
|
|||
public:
|
||||
void logToFile(bool enabled);
|
||||
void log(QtMsgType type, const QMessageLogContext &ctx, const QString message);
|
||||
QString getClientVersion();
|
||||
QList<QString> getLogBuffer() { return logBuffer; }
|
||||
protected:
|
||||
void openLogfileSession();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue