mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
add warning about sort algorithm might not work as expected
This commit is contained in:
parent
7303297d7f
commit
133051a174
@ -54,7 +54,7 @@ void QgsOrderByExpressionAlgorithm::initAlgorithm( const QVariantMap & )
|
||||
|
||||
QString QgsOrderByExpressionAlgorithm::shortHelpString() const
|
||||
{
|
||||
return QObject::tr( "This algorithm sorts a vector layer according to an expression." );
|
||||
return QObject::tr( "This algorithm sorts a vector layer according to an expression. Be careful, it might not work as expected with some providers, the order might not be kept every time." );
|
||||
}
|
||||
|
||||
QgsOrderByExpressionAlgorithm *QgsOrderByExpressionAlgorithm::createInstance() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user