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
libksieve
Commits
630cf11a
Commit
630cf11a
authored
May 27, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to copy link url
parent
ce89fab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/ksieveui/editor/sieveeditorwebengineview.cpp
src/ksieveui/editor/sieveeditorwebengineview.cpp
+0
-2
No files found.
src/ksieveui/editor/sieveeditorwebengineview.cpp
View file @
630cf11a
...
...
@@ -94,12 +94,10 @@ void SieveEditorWebEngineView::contextMenuEvent(QContextMenuEvent *ev)
if
(
act
->
isEnabled
())
{
menu
.
addAction
(
act
);
}
#if 0
act
=
pageAction
(
QWebEnginePage
::
CopyLinkToClipboard
);
if
(
act
->
isEnabled
())
{
menu
.
addAction
(
act
);
}
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
act
=
pageAction
(
QWebEnginePage
::
SavePage
);
if
(
act
->
isEnabled
())
{
...
...
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