Skip to content
Snippets Groups Projects
Commit b3060b8d authored by Karsten Rink's avatar Karsten Rink
Browse files

removed whitespaces

parent 283713db
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ private:
void readSettings();
void writeSettings();
QString getLastUsedDir();
DataHolderLib::Project _project;
std::unique_ptr<MshModel> _meshModel;
std::unique_ptr<ElementTreeModel> _elementModel;
......
......@@ -46,13 +46,13 @@ public:
/// Returns the mesh with the given name or a \c nullptr if the mesh was not
/// found.
const MeshLib::Mesh* getMesh(const std::string &name) const;
/// Returns all the meshes with their respective names
const std::vector<MeshLib::Mesh*>& getMeshObjects() const
{
return _mesh_vec;
}
/// Deletes all meshes with the given name and removes them from the list of
/// saved meshes. If any mesh was found for removal, true is returned and
/// false otherwise.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment