removing more cruft
This commit is contained in:
parent
e0bcce3f72
commit
ff72b29d40
1 changed files with 0 additions and 13 deletions
|
@ -867,21 +867,8 @@ impl service_item_model::ServiceItemModel {
|
||||||
.service_items
|
.service_items
|
||||||
.get_mut(index as usize)
|
.get_mut(index as usize)
|
||||||
{
|
{
|
||||||
println!("service_item is activating {:?}", index);
|
|
||||||
println!("service_item_title: {:?}", service_item.name);
|
|
||||||
println!(
|
|
||||||
"service_item_background: {:?}",
|
|
||||||
service_item.background
|
|
||||||
);
|
|
||||||
println!(
|
|
||||||
"service_item_background_type: {:?}",
|
|
||||||
service_item.background_type
|
|
||||||
);
|
|
||||||
service_item.active = false;
|
service_item.active = false;
|
||||||
self.as_mut().data_changed(tl, br, &vector_roles);
|
self.as_mut().data_changed(tl, br, &vector_roles);
|
||||||
// We use this signal generated by our signals enum to tell QML that
|
|
||||||
// the active service_item has changed which is used to reposition views.
|
|
||||||
// self.as_mut().emit_active_changed(index);
|
|
||||||
true
|
true
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue