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
ce2c9578
Commit
ce2c9578
authored
Aug 14, 2021
by
Laurent Montel
😁
Browse files
Use #ifdef
parent
e93d8aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/attachmenteditdialog.cpp
View file @
ce2c9578
...
...
@@ -24,7 +24,7 @@ using namespace IncidenceEditorNG;
AttachmentEditDialog
::
AttachmentEditDialog
(
AttachmentIconItem
*
item
,
QWidget
*
parent
,
bool
modal
)
:
QDialog
(
parent
)
,
#if KDEPIM_ENTERPRISE_BUILD
#if
def
KDEPIM_ENTERPRISE_BUILD
mAttachment
(
KCalendarCore
::
Attachment
(
'\0'
))
// use the non-uri constructor
// as we want inline by default
...
...
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