logic: add filename info to static functions (issue #515)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user