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
KMail
Commits
dceb4f2b
Commit
dceb4f2b
authored
Feb 17, 2022
by
Jonathan Marten
Browse files
Eliminate 2 "extra semicolon" warnings
parent
19365d57
Pipeline
#138979
passed with stage
in 4 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailmergeagent/mailmergeconfigurewidget.h
View file @
dceb4f2b
...
...
@@ -11,7 +11,7 @@
namespace
Ui
{
class
MailMergeConfigureWidget
;
}
;
}
class
MailMergeConfigureWidget
:
public
QWidget
{
...
...
agents/mailmergeagent/mailmergeutil.h
View file @
dceb4f2b
...
...
@@ -12,4 +12,4 @@ namespace MailMergeUtil
Q_REQUIRED_RESULT
QString
mailMergePattern
();
Q_REQUIRED_RESULT
bool
mailMergeAgentEnabled
();
void
forceReparseConfiguration
();
}
;
}
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