~mandel/ubuntu-download-manager/support-data-uri

« back to all changes in this revision

Viewing changes to src/downloads/priv/ubuntu/downloads/factory.cpp

  • Committer: CI bot
  • Author(s): Manuel de la Peña
  • Date: 2014-12-02 09:37:06 UTC
  • mfrom: (332.1.1 fix-dbus-merge)
  • Revision ID: ps-jenkins@lists.canonical.com-20141202093706-bhp35g2cuqqq0jl2
Fix wrong bus used to query apparmor profile breaking download-manager. 
Approved by: Manuel de la Peña

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
namespace Daemon {
43
43
 
44
 
Factory::Factory(QObject* parent)
45
 
    : QObject(parent) {
46
 
    _apparmor = new AppArmor(this);
47
 
}
48
 
 
49
44
Factory::Factory(AppArmor* apparmor,
50
45
                 QObject* parent)
51
46
    : QObject(parent),