Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
8ed29aa7
Commit
8ed29aa7
authored
Dec 31, 2019
by
Jean-Baptiste Mardelle
Browse files
Ensure no improper rating filtering on start
parent
d9400419
Pipeline
#12726
passed with stage
in 13 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/projectsortproxymodel.cpp
View file @
8ed29aa7
...
...
@@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
ProjectSortProxyModel
::
ProjectSortProxyModel
(
QObject
*
parent
)
:
QSortFilterProxyModel
(
parent
)
,
m_searchType
(
0
)
,
m_searchRating
(
0
)
{
m_collator
.
setLocale
(
QLocale
());
m_collator
.
setCaseSensitivity
(
Qt
::
CaseInsensitive
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment