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
KMail Account Wizard
Commits
187fa4c7
Commit
187fa4c7
authored
Nov 03, 2021
by
Kevin Funk
☕
Browse files
Minor: s/Q_DECL_OVERRIDE/override/
parent
26886117
Pipeline
#93591
passed with stage
in 7 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ispdb/autotests/autoconfigkolabfreebusy.cpp
View file @
187fa4c7
...
...
@@ -14,7 +14,7 @@
class
TAutoconfFreebusy
:
public
AutoconfigKolabFreebusy
{
public:
void
startJob
(
const
QUrl
&
url
)
Q_DECL_OVERRIDE
void
startJob
(
const
QUrl
&
url
)
override
{
QCOMPARE
(
url
,
expectedUrls
.
takeFirst
());
if
(
replace
.
contains
(
url
))
{
...
...
src/ispdb/autotests/autoconfigkolabmailtest.cpp
View file @
187fa4c7
...
...
@@ -15,7 +15,7 @@
class
TAutoconfMail
:
public
AutoconfigKolabMail
{
public:
void
startJob
(
const
QUrl
&
url
)
Q_DECL_OVERRIDE
void
startJob
(
const
QUrl
&
url
)
override
{
QCOMPARE
(
url
,
expectedUrls
.
takeFirst
());
if
(
replace
.
contains
(
url
))
{
...
...
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