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
439
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
996b08df
Commit
996b08df
authored
2 years ago
by
Benjamin Arnaud
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qt/cliplistmodel: Fix the 'onUpdateSort' comment
parent
150b34bf
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#291660
passed with stage
Stage:
in 10 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/util/cliplistmodel.hpp
+2
-1
2 additions, 1 deletion
modules/gui/qt/util/cliplistmodel.hpp
with
2 additions
and
1 deletion
modules/gui/qt/util/cliplistmodel.hpp
+
2
−
1
View file @
996b08df
...
...
@@ -142,7 +142,8 @@ public: // BaseClipListModel implementation
bool
hasMoreItems
()
const
override
;
protected:
// Abstract functions
// NOTE: This function has to return a comparator for the current sorting parameters.
// NOTE: This function is called when we need to update 'm_comparator' based on the current
// sorting parameters.
virtual
void
onUpdateSort
(
const
QString
&
criteria
,
Qt
::
SortOrder
order
)
=
0
;
protected:
// BaseClipListModel implementation
...
...
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