aboutsummaryrefslogtreecommitdiff
path: root/jiddb.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-27 22:54:06 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-30 02:46:41 +0200
commite3c11fd05496bb2953e4dfe031afb1c180604d30 (patch)
tree73450c857c97126feaa3651ac6edb789997f483c /jiddb.h
parent78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06 (diff)
downloadxxcc-e3c11fd05496bb2953e4dfe031afb1c180604d30.tar.gz
jiddb: Remove 'get' from public functions
Diffstat (limited to 'jiddb.h')
-rw-r--r--jiddb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/jiddb.h b/jiddb.h
index 86e0028..6d6860a 100644
--- a/jiddb.h
+++ b/jiddb.h
@@ -35,8 +35,8 @@ public:
const QString jid;
public Q_SLOTS:
- QList<Conversation> getConversations() const;
- QList<Message> getMessages(const QString &jid,
+ QList<Conversation> conversations() const;
+ QList<Message> messages(const QString &jid,
int tail = -1) const;
int storeMessage(const Message &msg) const;
int addToRoster(const QString &jid);