Skip to content
Snippets Groups Projects
Commit 996b08df authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Jean-Baptiste Kempf
Browse files

qt/cliplistmodel: Fix the 'onUpdateSort' comment

parent 150b34bf
No related branches found
No related tags found
Loading
Pipeline #291660 passed with stage
in 10 minutes and 56 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment