mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Temporarily fix memory layer outputs
This commit is contained in:
		
							parent
							
								
									87fc31d6de
								
							
						
					
					
						commit
						6517470ddd
					
				@ -225,4 +225,6 @@ class DestinationSelectionPanel(BASE, WIDGET):
 | 
			
		||||
        self.leText.setText(dirName)
 | 
			
		||||
 | 
			
		||||
    def getValue(self):
 | 
			
		||||
        if not self.leText.text():
 | 
			
		||||
            return 'memory:'
 | 
			
		||||
        return self.leText.text()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user