Migrate forgotten instance of NeoChatRoom::poll() to ContentProvider::handlerForPoll()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user