Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KOrganizer
Commits
f56ce5cd
Commit
f56ce5cd
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not implmemented method
parent
2373f612
Pipeline
#37807
passed with stage
in 30 minutes and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
korgac/alarmdialog.h
korgac/alarmdialog.h
+0
-2
src/calendarview.h
src/calendarview.h
+0
-1
src/koviewmanager.h
src/koviewmanager.h
+0
-5
No files found.
korgac/alarmdialog.h
View file @
f56ce5cd
...
...
@@ -53,7 +53,6 @@ public:
~
AlarmDialog
();
void
addIncidence
(
const
Akonadi
::
Item
&
incidence
,
const
QDateTime
&
reminderAt
,
const
QString
&
displayText
);
void
setRemindAt
(
const
QDateTime
&
dt
);
void
eventNotification
();
public
Q_SLOTS
:
...
...
@@ -108,7 +107,6 @@ private:
// opens directly
Q_REQUIRED_RESULT
bool
openIncidenceEditorNG
(
const
Akonadi
::
Item
&
incidence
);
Q_REQUIRED_RESULT
bool
startKOrganizer
();
ReminderTreeItem
*
searchByItem
(
const
Akonadi
::
Item
&
incidence
);
void
setTimer
();
void
dismiss
(
const
ReminderList
&
selections
);
...
...
src/calendarview.h
View file @
f56ce5cd
...
...
@@ -637,7 +637,6 @@ private Q_SLOTS:
void
onTodosPurged
(
bool
success
,
int
numDeleted
,
int
numIgnored
);
private:
void
init
();
Akonadi
::
Collection
selectedCollection
()
const
;
Akonadi
::
Collection
::
List
checkedCollections
()
const
;
...
...
src/koviewmanager.h
View file @
f56ce5cd
...
...
@@ -64,11 +64,6 @@ public:
void
readSettings
(
KConfig
*
config
);
void
writeSettings
(
KConfig
*
config
);
/** Read which view was shown last from config file */
void
readCurrentView
(
KConfig
*
config
);
/** Write which view is currently shown to config file */
void
writeCurrentView
(
KConfig
*
config
);
KOrg
::
BaseView
*
currentView
();
void
setDocumentId
(
const
QString
&
);
...
...
Write
Preview
Markdown
is supported
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