#include "keyword.hpp" #include "knowledgefragment.hpp" Keyword::Keyword(const QString& name) : name(name) { } Keyword::~Keyword() = default;