mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Merge pull request #1050 from IzabelaBakollari/master
Removed whitespace from string
This commit is contained in:
commit
a46548fc04
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue.
|
||||||
Help us to maximize the effort we can spend fixing issues and adding new
|
Help us to maximize the effort we can spend fixing issues and adding new
|
||||||
features, by not reporting duplicate issues.
|
features, by not reporting duplicate issues.
|
||||||
|
|
||||||
[template]: https://raw.githubusercontent.com/nextcloud/appstore/master/.github/issue_template.md
|
[template]: https://raw.githubusercontent.com/nextcloud/desktop/master/.github/issue_template.md
|
||||||
[support]: https://nextcloud.com/support/
|
[support]: https://nextcloud.com/support/
|
||||||
[forum]: https://help.nextcloud.com/categories
|
[forum]: https://help.nextcloud.com/categories
|
||||||
[irc]: https://webchat.freenode.net/?channels=nextcloud
|
[irc]: https://webchat.freenode.net/?channels=nextcloud
|
||||||
|
|
|
@ -179,7 +179,7 @@ void ActivityWidget::slotItemCompleted(const QString &folder, const SyncFileItem
|
||||||
|
|
||||||
if(item->_status == SyncFileItem::NoStatus || item->_status == SyncFileItem::Success){
|
if(item->_status == SyncFileItem::NoStatus || item->_status == SyncFileItem::Success){
|
||||||
qCWarning(lcActivity) << "Item " << item->_file << " retrieved successfully.";
|
qCWarning(lcActivity) << "Item " << item->_file << " retrieved successfully.";
|
||||||
activity._message.prepend(tr("Synced "));
|
activity._message.prepend(tr("Synced"));
|
||||||
_model->addSyncFileItemToActivityList(activity);
|
_model->addSyncFileItemToActivityList(activity);
|
||||||
} else {
|
} else {
|
||||||
qCWarning(lcActivity) << "Item " << item->_file << " retrieved resulted in error " << item->_errorString;
|
qCWarning(lcActivity) << "Item " << item->_file << " retrieved resulted in error " << item->_errorString;
|
||||||
|
|
Loading…
Reference in a new issue