Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KIdentityManagement
Commits
cffabda8
Commit
cffabda8
authored
Sep 07, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing Q_REQUIRED_RESULT
parent
f425e11a
Pipeline
#33436
passed with stage
in 15 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/signatureconfigurator.cpp
src/signatureconfigurator.cpp
+1
-1
No files found.
src/signatureconfigurator.cpp
View file @
cffabda8
...
...
@@ -55,7 +55,7 @@ public:
void
init
();
// Returns the current text of the textedit as HTML code, but strips
// unnecessary tags Qt inserts
QString
asCleanedHTML
()
const
;
Q_REQUIRED_RESULT
QString
asCleanedHTML
()
const
;
QString
imageLocation
;
SignatureConfigurator
*
q
;
...
...
Write
Preview
Markdown
is supported
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