diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 15:41:06 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-14 15:41:06 (GMT) |
| commit | 66fffe649d1d173bcccf2763883bd361ef6cb0ed (patch) | |
| tree | 3e3119770fd7a683fc27ccf58814151d80899c05 /src/search/SearchModel.h | |
| parent | b06f7f5b6db540a546f5677c1c8933e168df5e4c (diff) | |
| download | powder-66fffe649d1d173bcccf2763883bd361ef6cb0ed.zip powder-66fffe649d1d173bcccf2763883bd361ef6cb0ed.tar.gz | |
Prevent page count for being all over the place in search
Diffstat (limited to 'src/search/SearchModel.h')
| -rw-r--r-- | src/search/SearchModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchModel.h b/src/search/SearchModel.h index d94ddc5..343e259 100644 --- a/src/search/SearchModel.h +++ b/src/search/SearchModel.h @@ -25,6 +25,7 @@ private: vector<pair<string, int> > tagList; int currentPage; int resultCount; + int thResultCount; bool showOwn; bool showFavourite; bool showTags; |
