Swap signal.
This commit is contained in:
parent
39b9867dc7
commit
9b9ee8f0e7
1 changed files with 3 additions and 3 deletions
|
@ -85,13 +85,13 @@ class Feed : public RootItem, public QRunnable {
|
||||||
void updateCounts(bool including_total_count);
|
void updateCounts(bool including_total_count);
|
||||||
int updateMessages(const QList<Message> &messages, bool error_during_obtaining);
|
int updateMessages(const QList<Message> &messages, bool error_during_obtaining);
|
||||||
|
|
||||||
|
signals:
|
||||||
|
void messagesObtained(QList<Message> messages, bool error_during_obtaining);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Performs synchronous obtaining of new messages for this feed.
|
// Performs synchronous obtaining of new messages for this feed.
|
||||||
virtual QList<Message> obtainNewMessages(bool *error_during_obtaining) = 0;
|
virtual QList<Message> obtainNewMessages(bool *error_during_obtaining) = 0;
|
||||||
|
|
||||||
signals:
|
|
||||||
void messagesObtained(QList<Message> messages, bool error_during_obtaining);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString m_url;
|
QString m_url;
|
||||||
Status m_status;
|
Status m_status;
|
||||||
|
|
Loading…
Add table
Reference in a new issue