~mandel/ubuntu-download-manager/typos-logs-unlock-not-locked

« back to all changes in this revision

Viewing changes to ubuntu-download-manager-priv/system/request_factory.h

  • Committer: Tarmac
  • Author(s): Manuel de la Pena, Rodney Dawes
  • Date: 2014-02-10 21:26:57 UTC
  • mfrom: (229.2.8 fix-global-header)
  • Revision ID: tarmac-20140210212657-gpcc1vdaglhrchz0
Do not leak the global headers and ensure that the required ones are present in the -dev packages. Fixes: https://bugs.launchpad.net/bugs/1277384, https://bugs.launchpad.net/bugs/1278394.

Approved by PS Jenkins bot, Rodney Dawes, Mike McCracken, Diego Sarmentero.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QObject>
26
26
#include <QSslCertificate>
27
27
#include <QSslError>
28
 
#include "app-downloader-lib_global.h"
29
28
#include "network_reply.h"
30
29
 
31
30
namespace Ubuntu {