Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM EventViews
Commits
f2f472c9
Commit
f2f472c9
authored
Sep 14, 2017
by
Laurent Montel
Browse files
Remove unused variable
parent
dfd33182
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/agenda/agendaview.cpp
View file @
f2f472c9
...
...
@@ -1998,7 +1998,6 @@ void AgendaView::slotIncidencesDropped(const KCalCore::Incidence::List &incidenc
}
const
QDate
day
=
d
->
mSelectedDates
[
gpos
.
x
()];
const
QTime
time
=
d
->
mAgenda
->
gyToTime
(
gpos
.
y
());
QDateTime
newTime
(
day
,
{},
Qt
::
LocalTime
);
Q_FOREACH
(
const
KCalCore
::
Incidence
::
Ptr
&
incidence
,
incidences
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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