Мелкие правки
This commit is contained in:
@@ -11,7 +11,7 @@ namespace myx {
|
||||
namespace filesystem {
|
||||
|
||||
CurrentExecutable::CurrentExecutable() :
|
||||
m_procFilePath( "/proc/self/exe" )
|
||||
m_procFilePath( QStringLiteral( "/proc/self/exe" ) )
|
||||
{
|
||||
auto canonicalFilePath = m_procFilePath.canonicalFilePath();
|
||||
auto canonicalPath = m_procFilePath.canonicalPath();
|
||||
|
@@ -80,7 +80,7 @@ Paths::Paths( QString configFileExtension ) :
|
||||
|
||||
if ( m_tempDirectory.absolutePath().isEmpty() || ( m_tempDirectory.path() == "." ) )
|
||||
{
|
||||
m_tempDirectory = _PATH_TMP;
|
||||
m_tempDirectory = QStringLiteral( _PATH_TMP );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user