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
KNotes
Commits
811b92e9
Commit
811b92e9
authored
Mar 02, 2021
by
Laurent Montel
😁
Browse files
Fix mem leak
parent
978d7680
Pipeline
#52834
passed with stage
in 12 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/print/autotests/knotesgrantleeprinttest.cpp
View file @
811b92e9
...
...
@@ -74,6 +74,7 @@ void KNotesGrantleePrintTest::shouldDisplayNoteInfo()
lst
<<
obj
;
const
QString
html
=
grantleePrint
.
notesToHtml
(
lst
);
QCOMPARE
(
html
,
result
);
qDeleteAll
(
lst
);
}
QTEST_GUILESS_MAIN
(
KNotesGrantleePrintTest
)
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