disable counts for regex queries, it is performance killer sadly
This commit is contained in:
parent
a4f3786e01
commit
c38595ea02
@ -41,8 +41,8 @@ class RSSGUARD_DLLSPEC Search : public RootItem {
|
|||||||
private:
|
private:
|
||||||
QString m_filter;
|
QString m_filter;
|
||||||
QColor m_color;
|
QColor m_color;
|
||||||
int m_totalCount{};
|
int m_totalCount = -1;
|
||||||
int m_unreadCount{};
|
int m_unreadCount = -1;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SEARCH_H
|
#endif // SEARCH_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user