Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7b51d1

Browse files
authored
fix compilation with flatpak
1 parentea42973 commitf7b51d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/DiffTool.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ bool DiffTool::start() {
8484

8585
#if defined(FLATPAK) || defined(DEBUG_FLATPAK)
8686
QStringList arguments = {"--host",
87-
"--env=LOCAL=" + local
87+
QStringLiteral("--env=LOCAL=") +(local
8888
? local->fileName()
89-
:QFileInfo(mFile).absoluteFilePath(),
89+
:QFileInfo(mFile).absoluteFilePath()),
9090
"--env=REMOTE=" + remotePath,
9191
"--env=MERGED=" +mFile,"--env=BASE=" +mFile};
9292
arguments.append("sh");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp