Skip to content

Commit

Permalink
Removed unneeded fetch setters
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
  • Loading branch information
claucambra authored and mgallien committed Jan 31, 2022
1 parent ce87b1f commit e790a36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/testactivitylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class TestingALM : public OCC::ActivityListModel
params.addQueryItem(QLatin1String("limit"), QString::number(50));
job->addQueryParams(params);

setCurrentlyFetching(true);
setDoneFetching(false);

job->start();
};
};
Expand Down

0 comments on commit e790a36

Please sign in to comment.