Commit 2d4a157
refactor(test/mainwindow): use QDir::filePath() for .gpg-id path construction (#1491)
* refactor(test/mainwindow): use QDir::filePath() for .gpg-id path construction
QDir(dir).filePath(name) handles separator normalisation intrinsically
and is more idiomatic Qt than manual string concatenation + cleanPath.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: apply CodeRabbit auto-fixes
Fixed 1 file(s) based on 1 unresolved review comment.
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
* style: apply clang-format to tst_mainwindow.cpp
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>1 parent 87bf346 commit 2d4a157
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments