diff options
Diffstat (limited to 'src/atomchannel.h')
| -rw-r--r-- | src/atomchannel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/atomchannel.h b/src/atomchannel.h index 0498a64..cde066b 100644 --- a/src/atomchannel.h +++ b/src/atomchannel.h @@ -20,6 +20,7 @@ public: explicit AtomChannel(QXmlStreamReader *xmlReader); public: + // TODO: update db data if differs. here and everywhere (item, user, etc) /*! * \brief getDbId - check if channel with corresponding `link` exists in db * and return db id if any @@ -48,9 +49,9 @@ public: public: /*! - * \brief dbId - cache db id + * \brief id - cache db id */ - int dbId{0}; + int id{0}; QString title; /*! |
