#include namespace ntx { bool NtxICommand::canUndo() const { return true; } NtxString NtxICommand::getDescription() const { return m_description; } void NtxICommand::setDescription(const NtxString& description) { m_description = description; } } // namespace ntx