Skip to content

Commit

Permalink
Remove extra ';'
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Sep 13, 2024
1 parent 2bd355f commit 4cf3856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/activitylistmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ QVariant ActivityListModel::data(const QModelIndex &index, int role) const
} else {
// We have an activity
if (a._icon.isEmpty()) {
return colorIconPath.arg("activity.svg");;
return colorIconPath.arg("activity.svg");
}

const QString basePath = QStringLiteral("image://tray-image-provider/") % a._icon % QStringLiteral("/");
Expand Down

0 comments on commit 4cf3856

Please sign in to comment.