summaryrefslogtreecommitdiff
path: root/src/atomitem.h
diff options
context:
space:
mode:
authorNikita Kostovsky <nikita@kostovsky.me>2025-06-22 21:39:13 +0200
committerNikita Kostovsky <nikita@kostovsky.me>2025-06-22 21:39:13 +0200
commitc9fcceb74d861525b2defec8219374edb9c1455a (patch)
treefc10d7c2abcb08db76946e0bfd73f6b93a652422 /src/atomitem.h
parentf674e179d602d3ccb9818d28fe06f371059449dc (diff)
add User class
Diffstat (limited to 'src/atomitem.h')
-rw-r--r--src/atomitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atomitem.h b/src/atomitem.h
index 39917b5..7b36816 100644
--- a/src/atomitem.h
+++ b/src/atomitem.h
@@ -49,9 +49,9 @@ public:
public:
/*!
- * \brief dbId - cache db id
+ * \brief id - cache db id
*/
- int dbId{0};
+ int id{0};
QString title;
QUrl link;