Saves.
This commit is contained in:
parent
4952c52397
commit
2eda5f58a5
@ -54,6 +54,7 @@ class FeedsModel : public QAbstractItemModel {
|
|||||||
// Returns feeds contained within single index.
|
// Returns feeds contained within single index.
|
||||||
QList<FeedsModelFeed*> feedsForIndex(const QModelIndex &index);
|
QList<FeedsModelFeed*> feedsForIndex(const QModelIndex &index);
|
||||||
|
|
||||||
|
// Equality "operators" used for identifying duplicate feeds.
|
||||||
static bool isUnequal(FeedsModelFeed *lhs, FeedsModelFeed *rhs);
|
static bool isUnequal(FeedsModelFeed *lhs, FeedsModelFeed *rhs);
|
||||||
static bool isEqual(FeedsModelFeed *lhs, FeedsModelFeed *rhs);
|
static bool isEqual(FeedsModelFeed *lhs, FeedsModelFeed *rhs);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user