~ubuntuone-hackers/ubuntu-download-manager/vivid

« back to all changes in this revision

Viewing changes to src/downloads/client/ubuntu/download_manager/manager_impl.cpp

  • Committer: CI Train Bot
  • Author(s): Manuel de la Pena, CI Train Bot
  • Date: 2015-09-22 15:27:23 UTC
  • mfrom: (338.2.14 vivid-add-appid-metadata)
  • Revision ID: ci-train-bot@canonical.com-20150922152723-gyk5ul6h0d4d0l0h
The download object now carries the app id of the application that created the download. Fixes: #1481673
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013-2014 Canonical Ltd.
 
2
 * Copyright 2013-2015 Canonical Ltd.
3
3
 *
4
4
 * This library is free software; you can redistribute it and/or
5
5
 * modify it under the terms of version 3 of the GNU Lesser General Public
69
69
    qRegisterMetaType<HttpError*>("HttpError*");
70
70
    qRegisterMetaType<NetworkError*>("NetworkError*");
71
71
    qRegisterMetaType<AuthError*>("AuthError*");
 
72
    qRegisterMetaType<HashError*>("HashError*");
72
73
    qRegisterMetaType<ProcessError*>("ProcessError*");
73
74
    qRegisterMetaType<DownloadsList*>("DownloadsList*");
74
75
    qDBusRegisterMetaType<StringMap>();
76
77
    qDBusRegisterMetaType<GroupDownloadStruct>();
77
78
    qDBusRegisterMetaType<StructList>();
78
79
    qDBusRegisterMetaType<AuthErrorStruct>();
 
80
    qDBusRegisterMetaType<HashErrorStruct>();
79
81
    qDBusRegisterMetaType<HttpErrorStruct>();
80
82
    qDBusRegisterMetaType<NetworkErrorStruct>();
81
83
    qDBusRegisterMetaType<ProcessErrorStruct>();