logic: add filename info to static functions (issue #515)

This commit is contained in:
mlangkabel
2017-11-10 11:38:33 +01:00
parent 53d86e518a
commit 7c40f7afe8
15 changed files with 814 additions and 703 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
#include "utility/utilityString.h"
FilePath::FilePath()
: m_exists(false)
: m_path("")
, m_exists(false)
, m_checkedExists(false)
, m_isDirectory(false)
, m_checkedIsDirectory(false)