mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-05 19:19:11 -06:00
Created unit tests for profileFile
This commit is contained in:
@@ -53,19 +53,6 @@ namespace {
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Profile::Profile()
|
||||
: properties::PropertyOwner({"Scene", "Scene"})
|
||||
, _initializer(std::move(initializer))
|
||||
{
|
||||
_rootDummy.setIdentifier(SceneGraphNode::RootNodeIdentifier);
|
||||
_rootDummy.setScene(this);
|
||||
}
|
||||
|
||||
Profile::~Profile() {
|
||||
clear();
|
||||
_rootDummy.setScene(nullptr);
|
||||
}
|
||||
|
||||
void Profile::saveCurrentSettingsToProfile(std::string filename) {
|
||||
if (! global::configuration.usingProfile) {
|
||||
std::string errorMessage = "Program was not started using a profile, "
|
||||
|
||||
Reference in New Issue
Block a user