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 Messagelib
Commits
1b8c28ee
Commit
1b8c28ee
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
c17435d3
Pipeline
#37838
canceled with stage
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/threadingcache.h
View file @
1b8c28ee
...
...
@@ -37,8 +37,6 @@ public:
void
expireParent
(
MessageItem
*
item
);
private:
QString
cacheFilePath
(
const
QString
&
id
)
const
;
QHash
<
qint64
/* child */
,
qint64
/* parent */
>
mParentCache
;
QHash
<
qint64
/* ID */
,
MessageItem
*>
mItemCache
;
...
...
messageviewer/src/dkim-verify/dkimcheckfulljob.h
View file @
1b8c28ee
...
...
@@ -33,9 +33,7 @@ Q_SIGNALS:
private:
void
slotCheckSignatureResult
(
const
DKIMCheckSignatureJob
::
CheckSignatureResult
&
checkResult
);
void
slotCheckAuthenticationStatusResult
(
const
MessageViewer
::
DKIMAuthenticationStatusInfo
&
info
);
void
checkFullInfo
(
const
Akonadi
::
Item
&
item
);
void
checkSignature
(
const
QVector
<
DKIMCheckSignatureJob
::
DKIMCheckSignatureAuthenticationResult
>
&
lst
=
{});
void
checkDKim
(
const
KMime
::
Message
::
Ptr
&
message
);
void
storeKey
(
const
QString
&
key
,
const
QString
&
domain
,
const
QString
&
selector
);
void
storeInKeyManager
(
const
QString
&
key
,
const
QString
&
domain
,
const
QString
&
selector
,
bool
verify
);
void
storeResult
(
const
DKIMCheckSignatureJob
::
CheckSignatureResult
&
checkResult
);
...
...
messageviewer/src/messageviewerconfigureplugins/messageviewerconfiguresettingsplugin.h
View file @
1b8c28ee
...
...
@@ -25,9 +25,6 @@ public:
virtual
void
showConfigureDialog
(
QWidget
*
parent
);
Q_REQUIRED_RESULT
bool
isEnabled
()
const
;
void
setIsEnabled
(
bool
enabled
);
Q_SIGNALS:
void
configChanged
();
...
...
messageviewer/src/viewer/viewer.h
View file @
1b8c28ee
...
...
@@ -311,8 +311,6 @@ public:
Q_REQUIRED_RESULT
QString
selectedText
()
const
;
void
setExternalWindow
(
bool
b
);
void
saveMainFrameScreenshotInFile
(
const
QString
&
filename
);
bool
mimePartTreeIsEmpty
()
const
;
...
...
webengineviewer/src/webengineview.h
View file @
1b8c28ee
...
...
@@ -33,7 +33,6 @@ public:
void
addScript
(
const
QString
&
source
,
const
QString
&
scriptName
,
QWebEngineScript
::
InjectionPoint
injectionPoint
);
Q_REQUIRED_RESULT
WebEngineManageScript
*
webEngineManagerScript
()
const
;
void
setLinkHovered
(
const
QUrl
&
url
);
Q_REQUIRED_RESULT
WebEngineViewer
::
LocalDataBaseManager
*
phishingDatabase
()
const
;
...
...
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