mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Fix user list not displaying
This commit is contained in:
parent
f34f3484f3
commit
62d9b9a73c
2 changed files with 10 additions and 0 deletions
|
@ -165,6 +165,14 @@ bool setRequestStartIndex(Loader::GetResumeItemsParams ¶ms, int index) {
|
|||
return true;
|
||||
}
|
||||
|
||||
template<>
|
||||
void setRequestLimit(Loader::GetPublicUsersParams &/*params*/, int /*limit*/) {
|
||||
// NOOP
|
||||
}
|
||||
template<>
|
||||
bool setRequestStartIndex(Loader::GetPublicUsersParams &/*params*/, int /*offset*/) {
|
||||
return false;
|
||||
}
|
||||
|
||||
template<>
|
||||
QList<DTO::UserDto> extractRecords(const QList<DTO::UserDto> &result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue