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

« back to all changes in this revision

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

  • 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:
35
35
    Q_OBJECT
36
36
 
37
37
 public:
38
 
    explicit Factory(QObject* parent = 0);
39
38
    Factory(AppArmor* apparmor,
40
39
            QObject *parent = 0);
41
40
    virtual ~Factory();