mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	fix sip binding of QgsCredentials::get() (always returned true; partly rolls back dcf3ede)
This commit is contained in:
		
							parent
							
								
									82ea4298e7
								
							
						
					
					
						commit
						98dad7dcbc
					
				@ -8,7 +8,7 @@ class QgsCredentials
 | 
			
		||||
    //! virtual destructor
 | 
			
		||||
    virtual ~QgsCredentials();
 | 
			
		||||
 | 
			
		||||
    bool get( QString realm, QString &username /In,Out/, QString &password /In,Out/, QString message = QString::null );
 | 
			
		||||
    bool get( QString realm, QString &username, QString &password, QString message = QString::null );
 | 
			
		||||
    void put( QString realm, QString username, QString password );
 | 
			
		||||
 | 
			
		||||
    //! retrieves instance
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user