keep client version persistant (#2750)

This commit is contained in:
Zach H 2017-06-04 13:59:37 -04:00 committed by GitHub
parent f3f83882e0
commit 0a57229886
3 changed files with 19 additions and 11 deletions

View file

@ -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();