Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 3, 2020
1 parent dec0af6 commit c96f02f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/raster/qgscolorrampshaderwidget.cpp
Expand Up @@ -870,6 +870,8 @@ void QgsColorRampShaderWidget::changeOpacity()
}
}


///@cond PRIVATE
QgsLocaleAwareNumericLineEditDelegate::QgsLocaleAwareNumericLineEditDelegate( Qgis::DataType dataType, QWidget *parent )
: QStyledItemDelegate( parent )
, mDataType( dataType )
Expand Down Expand Up @@ -937,4 +939,4 @@ void QgsLocaleAwareNumericLineEditDelegate::setModelData( QWidget *editor, QAbst
model->setData( index, value, QgsColorRampShaderWidget::VALUE_ROLE );
model->setData( index, QgsGuiUtils::displayValueWithMaximumDecimals( mDataType, value ), Qt::ItemDataRole::DisplayRole );
}

///@endcond

0 comments on commit c96f02f

Please sign in to comment.