mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:20:04 +00:00 
			
		
		
		
	Add text event pruning
- Still need to prune AlertLayer - Still need to test alerts reload after being pruned
This commit is contained in:
		
							parent
							
								
									4719badc54
								
							
						
					
					
						commit
						f37a77a9f7
					
				
					 6 changed files with 158 additions and 8 deletions
				
			
		|  | @ -131,6 +131,11 @@ void AlertDockWidgetImpl::ConnectSignals() | |||
|            &QAction::toggled, | ||||
|            proxyModel_.get(), | ||||
|            &model::AlertProxyModel::SetAlertActiveFilter); | ||||
|    connect(textEventManager_.get(), | ||||
|            &manager::TextEventManager::AlertsRemoved, | ||||
|            alertModel_.get(), | ||||
|            &model::AlertModel::HandleAlertsRemoved, | ||||
|            Qt::QueuedConnection); | ||||
|    connect(textEventManager_.get(), | ||||
|            &manager::TextEventManager::AlertUpdated, | ||||
|            alertModel_.get(), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat