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
a86cbe81
Commit
a86cbe81
authored
Dec 20, 2016
by
Volker Krause
Browse files
Propagate product de-selection to the views too
This happens for example when deleting the current product.
parent
16868fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
analyzer/mainwindow.cpp
View file @
a86cbe81
...
...
@@ -211,8 +211,6 @@ void MainWindow::deleteProduct()
void
MainWindow
::
productSelected
()
{
const
auto
product
=
selectedProduct
();
if
(
!
product
.
isValid
())
return
;
ui
->
surveyEditor
->
setProduct
(
product
);
ui
->
schemaEdit
->
setProduct
(
product
);
ui
->
analyticsView
->
setProduct
(
product
);
...
...
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