diff options
Diffstat (limited to 'src/modules/logview/LogViewWindow.h')
| -rw-r--r-- | src/modules/logview/LogViewWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/logview/LogViewWindow.h b/src/modules/logview/LogViewWindow.h index 971166b95..c2e2ed850 100644 --- a/src/modules/logview/LogViewWindow.h +++ b/src/modules/logview/LogViewWindow.h @@ -113,7 +113,7 @@ public: * \param pszFile The buffer to store the exported log name * \return void */ - void createLog(LogFile * pLog, int iId, QString * pszFile = 0); + void createLog(LogFile * pLog, int iId, QString * pszFile = nullptr); protected: void exportLog(int iId); |
