Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
f8dba25d
Commit
f8dba25d
authored
Sep 03, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
af8a13e6
Pipeline
#226782
passed with stage
in 14 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/grammalecte/src/grammalectegrammarerror.h
View file @
f8dba25d
...
...
@@ -16,8 +16,8 @@ public:
void
parse
(
const
QJsonObject
&
obj
,
int
blockindex
)
override
;
private:
static
QStringList
parseSuggestion
(
const
QJsonObject
&
obj
);
static
QColor
parseColor
(
const
QJsonObject
&
obj
);
Q_REQUIRED_RESULT
static
QStringList
parseSuggestion
(
const
QJsonObject
&
obj
);
Q_REQUIRED_RESULT
static
QColor
parseColor
(
const
QJsonObject
&
obj
);
};
Q_DECLARE_METATYPE
(
GrammalecteGrammarError
)
Q_DECLARE_TYPEINFO
(
GrammalecteGrammarError
,
Q_MOVABLE_TYPE
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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