mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	Ladybird: Move Qt-specific classes and functions to a Qt subdirectory
This will help a lot with developing chromes for different UI frameworks where we can see which helper classes and processes are really using Qt vs just using it to get at helper data. As a bonus, remove Qt dependency from WebDriver.
This commit is contained in:
		
							parent
							
								
									ccaa423372
								
							
						
					
					
						commit
						391beef707
					
				
					 53 changed files with 160 additions and 157 deletions
				
			
		
							
								
								
									
										16
									
								
								Ladybird/Qt/EventLoopImplementationQtEventTarget.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Ladybird/Qt/EventLoopImplementationQtEventTarget.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| /*
 | ||||
|  * Copyright (c) 2023, Gregory Bertilson <zaggy1024@gmail.com> | ||||
|  * | ||||
|  * SPDX-License-Identifier: BSD-2-Clause | ||||
|  */ | ||||
| 
 | ||||
| #include "EventLoopImplementationQtEventTarget.h" | ||||
| 
 | ||||
| namespace Ladybird { | ||||
| 
 | ||||
| bool EventLoopImplementationQtEventTarget::event(QEvent* event) | ||||
| { | ||||
|     return EventLoopManagerQt::event_target_received_event({}, event); | ||||
| } | ||||
| 
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Kaster
						Andrew Kaster