Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Telemetry
KUserFeedback
Commits
8a084560
Commit
8a084560
authored
Dec 20, 2016
by
Volker Krause
Browse files
Actually merge product updates too
parent
944123ca
Changes
1
Show whitespace changes
Inline
Side-by-side
analyzer/model/productmodel.cpp
View file @
8a084560
...
...
@@ -119,6 +119,7 @@ void ProductModel::mergeProducts(QVector<Product> &&products)
it
=
m_products
.
erase
(
it
);
endRemoveRows
();
}
else
{
*
it
=
*
newIt
;
emit
dataChanged
(
index
(
row
,
0
),
index
(
row
,
0
));
++
it
;
++
newIt
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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