diff options
| author | Tannin <sherb@gmx.net> | 2015-11-19 19:10:18 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-19 19:10:18 +0100 |
| commit | dbbd0c4eec8291fba7ce21670978255ec1ca2dbf (patch) | |
| tree | 4bbcf162df97422e64dfdb620e2ac71993c8056f /src/usvfsconnector.h | |
| parent | 4ff751fb7e592376de5faab44ab7dd6fe70dbdd0 (diff) | |
usvfs log is now written to a persistent file (no log rotation yet though)
Diffstat (limited to 'src/usvfsconnector.h')
| -rw-r--r-- | src/usvfsconnector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usvfsconnector.h b/src/usvfsconnector.h index 464b932b..beec5acc 100644 --- a/src/usvfsconnector.h +++ b/src/usvfsconnector.h @@ -61,7 +61,7 @@ private: std::string m_Buffer; bool m_QuitRequested; - QFile *m_LogFile; + QFile m_LogFile; }; |
