mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Stores folder in ActivityData.
- The information is needed on ActivityWidget::slotProgressInfo. Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
7bc9275a8c
commit
f63434b856
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
QString _objectType;
|
||||
QString _subject;
|
||||
QString _message;
|
||||
QString _folder;
|
||||
QString _file;
|
||||
QUrl _link;
|
||||
QDateTime _dateTime;
|
||||
|
|
Loading…
Reference in a new issue