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
OpenFlipper-Free
OpenFlipper
Commits
56ca47c5
Commit
56ca47c5
authored
Jan 25, 2019
by
Jan Möbius
Browse files
Merge branch 'fix-fileload-plugin-selection' into 'master'
Fix bug in File loader plugin selection. See merge request
!126
parents
a9209798
b3173058
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/loadWidget/loadWidget.cc
View file @
56ca47c5
...
...
@@ -212,7 +212,7 @@ void LoadWidget::loadFile(){
for
(
int
filterId
=
0
;
filterId
<
separateFilters
.
size
();
++
filterId
)
{
if
(
separateFilters
[
filterId
].
endsWith
(
ext
[
i
],
Qt
::
CaseInsensitive
)){
if
(
separateFilters
[
filterId
].
endsWith
(
"*."
+
ext
[
i
],
Qt
::
CaseInsensitive
)){
pluginForExtension_
[
ext
[
i
]
]
=
t
;
found
=
true
;
}
...
...
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