From 672737a0d841a38bc252ec3e16744e00e0e349cc Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 20 Jun 2021 22:27:06 +0200 Subject: [PATCH] added a comment in ItemContent --- winixd/models/itemcontent.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winixd/models/itemcontent.cpp b/winixd/models/itemcontent.cpp index e6e2b13..0559f96 100644 --- a/winixd/models/itemcontent.cpp +++ b/winixd/models/itemcontent.cpp @@ -603,6 +603,11 @@ void ItemContent::display_user_name(EzcEnv & env) } +/* + * IMPROVEME may it would be better to browse by Space struct in the same way as in Models? + * so Model should have support for it + * + */ void ItemContent::meta_to_str(EzcEnv & env) { meta.serialize_to_space_stream(env.out, true);