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 Calendar Support
Commits
ad57831c
Commit
ad57831c
authored
Mar 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
7acdeb35
Pipeline
#53191
passed with stage
in 11 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kcalprefs.h
View file @
ad57831c
...
...
@@ -35,17 +35,12 @@ public:
/** Write preferences to config file */
bool
usrSave
()
override
;
protected:
void
setTimeZoneDefault
();
/** Fill empty mail fields with default values. */
void
fillMailDefaults
();
public:
// preferences data
void
setFullName
(
const
QString
&
);
QString
fullName
();
void
setEmail
(
const
QString
&
);
QString
email
();
/// Returns all email addresses for the user.
QStringList
allEmails
();
...
...
@@ -54,8 +49,6 @@ public:
/// Return true if the given email belongs to the user
bool
thatIsMe
(
const
QString
&
email
);
QString
mailTransport
()
const
;
Akonadi
::
Collection
::
Id
defaultCalendarId
()
const
;
void
setDefaultCalendarId
(
Akonadi
::
Collection
::
Id
);
...
...
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