mirror of https://github.com/mgba-emu/mgba.git
Qt: Initialize log-to members
This commit is contained in:
parent
7d014f1ae6
commit
222d48efe7
|
@ -79,8 +79,8 @@ public slots:
|
|||
|
||||
private:
|
||||
mLogFilter m_filter;
|
||||
bool m_logToFile;
|
||||
bool m_logToStdout;
|
||||
bool m_logToFile = false;
|
||||
bool m_logToStdout = false;
|
||||
std::unique_ptr<QFile> m_logFile;
|
||||
std::unique_ptr<QTextStream> m_logStream;
|
||||
|
||||
|
|
Loading…
Reference in New Issue