mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 23:02:32 +02:00
Whitespace review fix
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
e2eab15469
commit
15dfa04c07
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static QString findBinaryDir() {
|
|||
|
||||
QFileInfo exeLinkInfo(exeLink);
|
||||
if (exeLinkInfo.isSymLink()) {
|
||||
QFileInfo exeInfo( exeLinkInfo.symLinkTarget() );
|
||||
QFileInfo exeInfo(exeLinkInfo.symLinkTarget());
|
||||
qCDebug(crash_handler) << "exe symlink points at" << exeInfo;
|
||||
return exeInfo.absoluteDir().absolutePath();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue