mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Expose insert dummy activity method in TestingALM
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
cd56841156
commit
1585c2e0ae
2 changed files with 6 additions and 0 deletions
|
@ -459,6 +459,11 @@ void TestingALM::startFetchJob()
|
|||
job->start();
|
||||
}
|
||||
|
||||
void TestingALM::insertOrRemoveDummyFetchingActivity()
|
||||
{
|
||||
OCC::ActivityListModel::insertOrRemoveDummyFetchingActivity();
|
||||
}
|
||||
|
||||
void TestingALM::slotProcessReceivedActivities()
|
||||
{
|
||||
if (rowCount() > _numRowsPrev) {
|
||||
|
|
|
@ -78,6 +78,7 @@ public:
|
|||
TestingALM() = default;
|
||||
|
||||
void startFetchJob() override;
|
||||
void insertOrRemoveDummyFetchingActivity();
|
||||
|
||||
public slots:
|
||||
void slotProcessReceivedActivities();
|
||||
|
|
Loading…
Reference in a new issue