#pragma once #define PRINT_ATOM_FIELD(object, field) \ debug.nospace() << "\t" << #field << ": " << object.field << Qt::endl