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
KMail
Commits
81106c3b
Commit
81106c3b
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
2deba1bb
Pipeline
#37835
passed with stage
in 47 minutes and 45 seconds
Changes
7
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/collectionpage/collectiontemplatespage.h
View file @
81106c3b
...
...
@@ -24,8 +24,6 @@ public:
Q_REQUIRED_RESULT
bool
canHandle
(
const
Akonadi
::
Collection
&
collection
)
const
override
;
private:
void
slotCopyGlobal
();
void
slotChanged
();
void
init
();
MailCommon
::
CollectionTemplatesWidget
*
mCollectionTemplateWidget
=
nullptr
;
};
...
...
src/configuredialog/configureappearancepage.h
View file @
81106c3b
...
...
@@ -53,7 +53,6 @@ public:
private:
void
slotFontSelectorChanged
(
int
);
void
doLoadOther
()
override
;
void
updateFontSelector
();
void
doResetToDefaultsOther
()
override
;
private:
...
...
src/editor/kmcomposerwin.h
View file @
81106c3b
...
...
@@ -508,11 +508,6 @@ private:
// helper method for rethinkFields
int
calcColumnWidth
(
int
which
,
long
allShowing
,
int
width
)
const
;
/** Initialize header fields. Should be called on new messages
if they are not set manually. E.g. before composing. Calling
of setAutomaticFields(), see below, is still required. */
void
initHeader
(
KMime
::
Message
*
message
,
uint
identity
=
0
);
inline
bool
encryptToSelf
()
const
;
private:
...
...
src/folderarchive/folderarchivemanager.h
View file @
81106c3b
...
...
@@ -32,8 +32,6 @@ public:
void
moveFailed
(
const
QString
&
msg
);
void
moveDone
();
void
collectionRemoved
(
const
Akonadi
::
Collection
&
collection
);
FolderArchiveCache
*
folderArchiveCache
()
const
;
void
reloadConfig
();
...
...
src/identity/identitydialog.h
View file @
81106c3b
...
...
@@ -79,7 +79,6 @@ private:
Q_REQUIRED_RESULT
bool
keyMatchesEmailAddress
(
const
GpgME
::
Key
&
key
,
const
QString
&
email
);
Q_REQUIRED_RESULT
bool
checkFolderExists
(
const
QString
&
folder
);
Q_REQUIRED_RESULT
bool
validateAddresses
(
const
QString
&
addresses
);
void
updateVcardButton
();
void
editVcard
(
const
QString
&
filename
);
void
unregisterSpecialCollection
(
qint64
id
);
...
...
src/kmreaderwin.h
View file @
81106c3b
...
...
@@ -79,7 +79,6 @@ public:
/** Override default html mail setting */
Q_REQUIRED_RESULT
bool
htmlOverride
()
const
;
void
setHtmlOverride
(
bool
override
);
Q_REQUIRED_RESULT
MessageViewer
::
Viewer
::
DisplayFormatMessage
displayFormatMessageOverwrite
()
const
;
void
setDisplayFormatMessageOverwrite
(
MessageViewer
::
Viewer
::
DisplayFormatMessage
format
);
...
...
src/kmsystemtray.h
View file @
81106c3b
...
...
@@ -43,7 +43,6 @@ private:
void
slotContextMenuAboutToShow
();
void
slotSelectCollection
(
QAction
*
act
);
Q_REQUIRED_RESULT
bool
mainWindowIsOnCurrentDesktop
();
Q_REQUIRED_RESULT
bool
buildPopupMenu
();
void
fillFoldersMenu
(
QMenu
*
menu
,
const
QAbstractItemModel
*
model
,
const
QString
&
parentName
=
QString
(),
const
QModelIndex
&
parentIndex
=
QModelIndex
());
int
mDesktopOfMainWin
=
0
;
...
...
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