shared,gui: SearchResult: remove page vector

Since the previous commit we don't group the results
anymore, making the vector redundant
This commit is contained in:
2022-08-24 00:00:09 +02:00
parent eef0fae137
commit 10d61acbd0
3 changed files with 6 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ class SearchResult
{
public:
FileData fileData;
QVector<unsigned int> pages;
unsigned int page;
bool wasContentSearch = false;
};