mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
* add removeDatasetGroup() function for mesh data provider and mesh layer * make dataset group names unique * fix typo * add mesh removing to the widget * fix icon * add check that added dataset group path is unique to avoid duplicate data and emit message if it is not * sipify * fix mistake * check if uri is correct - just for case * add tests * add tests * fix docstring * add docstring * add missing override * explicitly convert number to string * update tests to reflect that you cannot add same file as dataset group twice * fix docstring * pass by value * fix docstrings * const variables * rename signal * drop include * simplify regex * make test better * sipify * add docstring * fix styling and typo * fix tests * fix precommit issues * fix issue * Update src/core/mesh/qgsmeshlayer.h fix docstring Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * const stuff * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * sipify --------- Co-authored-by: Stefanos Natsis <uclaros@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>