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:
@@ -6,7 +6,7 @@ class SearchResult
|
||||
{
|
||||
public:
|
||||
FileData fileData;
|
||||
QVector<unsigned int> pages;
|
||||
unsigned int page;
|
||||
bool wasContentSearch = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user