Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
55d82a58
Commit
55d82a58
authored
3 years ago
by
Lyndon Brown
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qt: fix deprecated initilisation method warning
parent
937a1d62
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1414
qt: fix deprecated initilisation method warning
Pipeline
#192114
passed with stage
in 14 minutes and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/util/mouse_event_filter.hpp
+1
-1
1 addition, 1 deletion
modules/gui/qt/util/mouse_event_filter.hpp
with
1 addition
and
1 deletion
modules/gui/qt/util/mouse_event_filter.hpp
+
1
−
1
View file @
55d82a58
...
...
@@ -53,7 +53,7 @@ private:
private:
QPointer
<
QObject
>
m_target
;
Qt
::
MouseButtons
m_targetItemInitialAcceptedMouseButtons
=
0
;
Qt
::
MouseButtons
m_targetItemInitialAcceptedMouseButtons
=
Qt
::
NoButton
;
bool
m_filterEventsSynthesizedByQt
=
false
;
};
...
...
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