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
PIM IncidenceEditor
Commits
1a042daf
Commit
1a042daf
authored
Aug 24, 2020
by
Laurent Montel
😁
Browse files
Variable is initialize in header
parent
0114e97f
Pipeline
#31583
passed with stage
in 22 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/incidencedialog.cpp
View file @
1a042daf
...
...
@@ -77,7 +77,7 @@ public:
IncidenceResource
*
mIeResource
=
nullptr
;
bool
mInitiallyDirty
=
false
;
Akonadi
::
Item
mItem
;
QString
typeToString
(
const
int
type
)
const
;
Q_REQUIRED_RESULT
QString
typeToString
(
const
int
type
)
const
;
public:
IncidenceDialogPrivate
(
Akonadi
::
IncidenceChanger
*
changer
,
IncidenceDialog
*
qq
);
...
...
@@ -117,10 +117,8 @@ IncidenceDialogPrivate::IncidenceDialogPrivate(Akonadi::IncidenceChanger *change
:
q_ptr
(
qq
)
,
mUi
(
new
Ui
::
EventOrTodoDesktop
)
,
mCalSelector
(
new
Akonadi
::
CollectionComboBox
(
changer
?
changer
->
entityTreeModel
()
:
nullptr
))
,
mCloseOnSave
(
false
)
,
mItemManager
(
new
EditorItemManager
(
this
,
changer
))
,
mEditor
(
new
CombinedIncidenceEditor
(
qq
))
,
mInitiallyDirty
(
false
)
{
Q_Q
(
IncidenceDialog
);
mUi
->
setupUi
(
q
);
...
...
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