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
771cb31d
Commit
771cb31d
authored
Mar 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
cedaf80b
Pipeline
#53190
failed with stage
in 5 minutes and 40 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/history_p.h
View file @
771cb31d
...
...
@@ -68,7 +68,6 @@ public:
void
doIt
(
OperationType
);
void
stackEntry
(
const
Entry
::
Ptr
&
entry
,
uint
atomicOperationId
);
void
updateIds
(
Item
::
Id
oldId
,
Item
::
Id
newId
);
void
finishOperation
(
int
changeId
,
History
::
ResultCode
,
const
QString
&
errorString
);
QStack
<
Entry
::
Ptr
>
&
destinationStack
();
QStack
<
Entry
::
Ptr
>
&
stack
(
OperationType
);
QStack
<
Entry
::
Ptr
>
&
stack
();
...
...
@@ -77,8 +76,6 @@ public:
void
emitDone
(
OperationType
,
History
::
ResultCode
);
void
setEnabled
(
bool
enabled
);
bool
isUndoAvailable
()
const
;
bool
isRedoAvailable
()
const
;
int
redoCount
()
const
;
int
undoCount
()
const
;
...
...
src/incidencechanger_p.h
View file @
771cb31d
...
...
@@ -266,8 +266,6 @@ public:
QString
showErrorDialog
(
Akonadi
::
IncidenceChanger
::
ResultCode
,
QWidget
*
parent
);
void
setChangeInternal
(
int
changeId
);
void
adjustRecurrence
(
const
KCalendarCore
::
Incidence
::
Ptr
&
originalIncidence
,
const
KCalendarCore
::
Incidence
::
Ptr
&
incidence
);
bool
hasRights
(
const
Akonadi
::
Collection
&
collection
,
IncidenceChanger
::
ChangeType
)
const
;
...
...
src/itiphandlerhelper_p.h
View file @
771cb31d
...
...
@@ -121,9 +121,6 @@ public:
*/
ITIPHandlerHelper
::
SendResult
sendCounterProposal
(
const
KCalendarCore
::
Incidence
::
Ptr
&
oldIncidence
,
const
KCalendarCore
::
Incidence
::
Ptr
&
newIncidence
);
// Frees calendar if it doesn't have jobs running
void
calendarJobFinished
(
bool
success
,
const
QString
&
errorString
);
Q_SIGNALS:
void
finished
(
Akonadi
::
ITIPHandlerHelper
::
SendResult
result
,
const
QString
&
errorMessage
);
...
...
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