mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove extra ';'
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
31e6e19ffb
commit
3fb2ee6cd4
@ -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("/");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user