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
Akonadi Calendar
Commits
17ed3b9f
Commit
17ed3b9f
authored
Feb 04, 2021
by
Laurent Montel
😁
Browse files
Use auto vs auto * where it's possible
parent
2baafeb8
Pipeline
#49682
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/icalimporter.cpp
View file @
17ed3b9f
...
...
@@ -74,7 +74,7 @@ void ICalImporter::Private::setErrorMessage(const QString &message)
void
ICalImporter
::
Private
::
resourceCreated
(
KJob
*
job
)
{
auto
*
createjob
=
qobject_cast
<
Akonadi
::
AgentInstanceCreateJob
*>
(
job
);
auto
createjob
=
qobject_cast
<
Akonadi
::
AgentInstanceCreateJob
*>
(
job
);
Q_ASSERT
(
createjob
);
m_working
=
false
;
...
...
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