GIT_SILENT: add missing override
This commit is contained in:
		
							parent
							
								
									662afeba22
								
							
						
					
					
						commit
						80f6a629bb
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ class LAYERSHELLQT_EXPORT QWaylandLayerShell : public QtWayland::zwlr_layer_shel
 | 
			
		|||
{
 | 
			
		||||
public:
 | 
			
		||||
    QWaylandLayerShell(::wl_registry *registry, uint32_t id, uint32_t version);
 | 
			
		||||
    virtual ~QWaylandLayerShell();
 | 
			
		||||
    ~QWaylandLayerShell() override;
 | 
			
		||||
 | 
			
		||||
    QWaylandLayerSurface *createLayerSurface(QtWaylandClient::QWaylandWindow *window);
 | 
			
		||||
    // TODO: Popups
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ class LAYERSHELLQT_EXPORT QWaylandLayerSurface : public QtWaylandClient::QWaylan
 | 
			
		|||
    Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
    QWaylandLayerSurface(QWaylandLayerShell *shell, QtWaylandClient::QWaylandWindow *window);
 | 
			
		||||
    virtual ~QWaylandLayerSurface();
 | 
			
		||||
    ~QWaylandLayerSurface() override;
 | 
			
		||||
 | 
			
		||||
    bool isExposed() const override
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue