Migrate forgotten instance of NeoChatRoom::poll() to ContentProvider::handlerForPoll()

This commit is contained in:
James Graham
2025-04-06 10:47:15 +01:00
parent 9a169bbf3d
commit 9f60a8957b
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ public:
*
* @sa PollHandler
*/
PollHandler *handlerForPoll(NeoChatRoom *room, const QString &eventId);
Q_INVOKABLE PollHandler *handlerForPoll(NeoChatRoom *room, const QString &eventId);
private:
explicit ContentProvider(QObject *parent = nullptr);