Home
last modified time | relevance | path

Searched refs:pushErrorSlot (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfsprovider.h133 void pushErrorSlot( const QString &errorMsg );
H A Dqgsoapifprovider.h94 void pushErrorSlot( const QString &errorMsg );
H A Dqgsoapifprovider.cpp38 connect( mShared.get(), &QgsOapifSharedData::raiseError, this, &QgsOapifProvider::pushErrorSlot ); in QgsOapifProvider()
182 void QgsOapifProvider::pushErrorSlot( const QString &errorMsg ) in pushErrorSlot() function in QgsOapifProvider
H A Dqgswfsprovider.cpp65 connect( mShared.get(), &QgsWFSSharedData::raiseError, this, &QgsWFSProvider::pushErrorSlot ); in QgsWFSProvider()
679 void QgsWFSProvider::pushErrorSlot( const QString &errorMsg ) in pushErrorSlot() function in QgsWFSProvider
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfsprovider.h129 void pushErrorSlot( const QString &errorMsg );
H A Dqgsoapifprovider.h92 void pushErrorSlot( const QString &errorMsg );
H A Dqgsoapifprovider.cpp38 connect( mShared.get(), &QgsOapifSharedData::raiseError, this, &QgsOapifProvider::pushErrorSlot ); in QgsOapifProvider()
182 void QgsOapifProvider::pushErrorSlot( const QString &errorMsg ) in pushErrorSlot() function in QgsOapifProvider
H A Dqgswfsprovider.cpp63 connect( mShared.get(), &QgsWFSSharedData::raiseError, this, &QgsWFSProvider::pushErrorSlot ); in QgsWFSProvider()
677 void QgsWFSProvider::pushErrorSlot( const QString &errorMsg ) in pushErrorSlot() function in QgsWFSProvider