Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
gambas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Custom issue tracker
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Gambas
gambas
Commits
fd028f57
Commit
fd028f57
authored
4 years ago
by
gambas
Browse files
Options
Downloads
Patches
Plain Diff
* BUG: Fix compilation.
[GB.QT4.WEBVIEW] * BUG: Fix compilation.
parent
e41cb20e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#247149543
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gb.qt4/src/webview/c_webview.cpp
+2
-1
2 additions, 1 deletion
gb.qt4/src/webview/c_webview.cpp
with
2 additions
and
1 deletion
gb.qt4/src/webview/c_webview.cpp
+
2
−
1
View file @
fd028f57
...
...
@@ -29,6 +29,7 @@
#include
<QWebPage>
#include
<QWebFrame>
#include
<QWebHistory>
#include
<QContextMenuEvent>
#include
"jsonwriter.h"
...
...
@@ -530,7 +531,7 @@ QWebView *MyWebView::createWindow(QWebPage::WebWindowType type)
return
new_view
;
}
void
MyWeb
Engine
View
::
contextMenuEvent
(
QContextMenuEvent
*
event
)
void
MyWebView
::
contextMenuEvent
(
QContextMenuEvent
*
event
)
{
void
*
_object
=
QT
.
GetObject
(
this
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment