From b3060b8d196ea86dc0fd15b3e355c14b5ce24c7e Mon Sep 17 00:00:00 2001 From: rinkk <karsten.rink@ufz.de> Date: Tue, 26 Apr 2016 12:46:32 +0200 Subject: [PATCH] removed whitespaces --- Applications/DataExplorer/mainwindow.h | 2 +- DataHolderLib/Project.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/DataExplorer/mainwindow.h b/Applications/DataExplorer/mainwindow.h index 78b4afdbc81..d9f86dd575a 100644 --- a/Applications/DataExplorer/mainwindow.h +++ b/Applications/DataExplorer/mainwindow.h @@ -126,7 +126,7 @@ private: void readSettings(); void writeSettings(); QString getLastUsedDir(); - + DataHolderLib::Project _project; std::unique_ptr<MshModel> _meshModel; std::unique_ptr<ElementTreeModel> _elementModel; diff --git a/DataHolderLib/Project.h b/DataHolderLib/Project.h index f5d92abcbcb..de44c37c38d 100644 --- a/DataHolderLib/Project.h +++ b/DataHolderLib/Project.h @@ -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. -- GitLab