mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: always create subsurface.log file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f693678235
commit
114904a48f
2 changed files with 2 additions and 2 deletions
|
|
@ -245,7 +245,7 @@ private:
|
|||
bool m_btEnabled;
|
||||
void updateAllGlobalLists();
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||
QString appLogFileName;
|
||||
QFile appLogFile;
|
||||
bool appLogFileOpen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue