mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 14:13:05 +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);
|
QFileInfo exeLinkInfo(exeLink);
|
||||||
if (exeLinkInfo.isSymLink()) {
|
if (exeLinkInfo.isSymLink()) {
|
||||||
QFileInfo exeInfo( exeLinkInfo.symLinkTarget() );
|
QFileInfo exeInfo(exeLinkInfo.symLinkTarget());
|
||||||
qCDebug(crash_handler) << "exe symlink points at" << exeInfo;
|
qCDebug(crash_handler) << "exe symlink points at" << exeInfo;
|
||||||
return exeInfo.absoluteDir().absolutePath();
|
return exeInfo.absoluteDir().absolutePath();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue