Мелкие правки

This commit is contained in:
2020-03-31 00:47:10 +03:00
parent e27d6c4476
commit ff188d68aa
4 changed files with 5 additions and 5 deletions

View File

@ -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();