Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
07c1509a
Commit
07c1509a
authored
Aug 23, 2021
by
Laurent Montel
😁
Browse files
Use qWarning here
parent
7333b547
Pipeline
#76172
passed with stage
in 42 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mimetreeparser/src/temporaryfile/autotests/attachmenttemporaryfilesdirstest.cpp
View file @
07c1509a
...
...
@@ -92,7 +92,7 @@ void AttachmentTemporaryFilesDirsTest::shouldCreateDeleteTemporaryFiles()
QVERIFY
(
tmpDir
.
isValid
());
QFile
file
(
tmpDir
.
path
()
+
QStringLiteral
(
"/foo"
));
if
(
!
file
.
open
(
QIODevice
::
WriteOnly
|
QIODevice
::
Text
))
{
q
Debu
g
()
<<
"Can open file
"
;
q
Warnin
g
()
<<
"Can open file
: "
<<
file
.
fileName
()
;
return
;
}
tmpDir
.
setAutoRemove
(
false
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment