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
KDE PIM Runtime
Commits
fbc378a0
Commit
fbc378a0
authored
Jun 21, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable context menu
parent
39fe7ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
resources/tomboynotes/tomboyserverauthenticatejob.cpp
resources/tomboynotes/tomboyserverauthenticatejob.cpp
+1
-0
No files found.
resources/tomboynotes/tomboyserverauthenticatejob.cpp
View file @
fbc378a0
...
...
@@ -27,6 +27,7 @@ TomboyServerAuthenticateJob::TomboyServerAuthenticateJob(KIO::AccessManager *man
:
TomboyJobBase
(
manager
,
parent
),
mWebView
(
new
QWebEngineView
(
nullptr
))
{
mWebView
->
setContextMenuPolicy
(
Qt
::
NoContextMenu
);
// Connect the o2 authenfication signals
connect
(
mO1
,
&
O1
::
linkingFailed
,
this
,
&
TomboyServerAuthenticateJob
::
onLinkingFailed
);
connect
(
mO1
,
&
O1
::
linkingSucceeded
,
this
,
&
TomboyServerAuthenticateJob
::
onLinkingSucceeded
);
...
...
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