#include "ProjectUserPrefs.h" namespace ToolCore { ProjectUserPrefs::ProjectUserPrefs(Context* context) : Object(context) { } ProjectUserPrefs::~ProjectUserPrefs() { } }