Инициализация по умолчанию в конструкторе
This commit is contained in:
@ -22,6 +22,9 @@ MYXLIB_INLINE Paths::Paths() :
|
||||
m_executableName = currentExecutable.fileName();
|
||||
m_executableFilePath = currentExecutable.absoluteFilePath();
|
||||
m_executableDirectory = currentExecutable.absolutePath();
|
||||
|
||||
// Инициализация значениями по умолчанию
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user