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
16868fc7
Commit
16868fc7
authored
Dec 20, 2016
by
Volker Krause
Browse files
Re-select the product when it changes
This propagates schema changes to the other views correctly.
parent
8a084560
Changes
1
Hide whitespace changes
Inline
Side-by-side
analyzer/mainwindow.cpp
View file @
16868fc7
...
...
@@ -119,6 +119,7 @@ MainWindow::MainWindow() :
});
connect
(
ui
->
productListView
->
selectionModel
(),
&
QItemSelectionModel
::
selectionChanged
,
this
,
&
MainWindow
::
productSelected
);
connect
(
m_productModel
,
&
QAbstractItemModel
::
dataChanged
,
this
,
&
MainWindow
::
productSelected
);
QSettings
settings
;
settings
.
beginGroup
(
QStringLiteral
(
"MainWindow"
));
...
...
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