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
Commits
7e396185
Commit
7e396185
authored
Nov 01, 2020
by
Laurent Montel
😁
Browse files
Initialize in header
parent
eed2f127
Pipeline
#39247
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/attributes/taskattribute.cpp
View file @
7e396185
...
...
@@ -11,7 +11,6 @@
TaskAttribute
::
TaskAttribute
()
:
Akonadi
::
Attribute
()
,
mId
(
-
1
)
{
}
...
...
src/attributes/taskattribute.h
View file @
7e396185
...
...
@@ -29,7 +29,7 @@ public:
Akonadi
::
Item
::
Id
taskId
()
const
;
private:
Akonadi
::
Item
::
Id
mId
;
Akonadi
::
Item
::
Id
mId
=
{
-
1
}
;
};
#endif
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