Исправлено условия для поиска временного каталога
This commit is contained in:
parent
4a7861ca44
commit
9fbb30ac76
@ -70,7 +70,7 @@ Paths::Paths() :
|
|||||||
m_executableFilePath( m_binaryDirectory.absolutePath() + "/" + m_executableFileName ),
|
m_executableFilePath( m_binaryDirectory.absolutePath() + "/" + m_executableFileName ),
|
||||||
m_configFilePath( m_binaryDirectory.absolutePath() + "/" + m_configFileName )
|
m_configFilePath( m_binaryDirectory.absolutePath() + "/" + m_configFileName )
|
||||||
{
|
{
|
||||||
if ( m_tempDirectory.isEmpty() || ( m_tempDirectory.path() == "." ) )
|
if ( m_tempDirectory.absolutePath().isEmpty() || ( m_tempDirectory.path() == "." ) )
|
||||||
{
|
{
|
||||||
m_tempDirectory = _PATH_TMP;
|
m_tempDirectory = _PATH_TMP;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user