Arquivos
CuraEngine/src/settings/SettingConfig.cpp
T
2016-05-25 12:23:18 +02:00

15 linhas
345 B
C++

/** Copyright (C) 2016 Ultimaker - Released under terms of the AGPLv3 License */
#include "SettingConfig.h"
namespace cura
{
SettingConfig::SettingConfig(std::string key, std::string label)
: SettingContainer(key, label)
{
// std::cerr << key << std::endl; // debug output to show all frontend registered settings...
}
}//namespace cura