~michihenning/storage-framework/check-server-side-metadata

« back to all changes in this revision

Viewing changes to src/qt/client/internal/remote_client/ItemImpl.cpp

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2016-08-11 12:54:37 UTC
  • mfrom: (10.13.5 parent-ids)
  • Revision ID: tarmac-20160811125437-1fcx2jssmzcz1e5v
Changed single parent_id to vector<parent_id>.

Approved by unity-api-1-bot, James Henstridge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
{
210
210
    throw_if_destroyed("Item::parent_ids()");
211
211
    // TODO, need different metadata representation, affects xml
212
 
    return QVector<QString>();
 
212
    return md_.parent_ids;
213
213
}
214
214
 
215
215
QFuture<void> ItemImpl::delete_item()