Skip to content

Commit

Permalink
Fix compile.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Sep 20, 2023
1 parent ce094a0 commit b18046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsortedactivitylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private slots:
auto previousType = activityDefaultTypeOrder[currentTypeSection];

// let's go through rest of activities (Now normal type order)
for (i; i < model->rowCount(); ++i) {
for (; i < model->rowCount(); ++i) {
const auto index = model->index(i, 0);
const auto activity = index.data(OCC::ActivityListModel::ActivityRole).value<OCC::Activity>();

Expand Down

0 comments on commit b18046e

Please sign in to comment.