~mandel/ubuntu-download-manager/remove-process-factory-pimpl

« back to all changes in this revision

Viewing changes to ubuntu-download-manager-tests/fake_process.h

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2013-10-29 16:17:18 UTC
  • mfrom: (148.1.11 use-system-namespace)
  • Revision ID: tarmac-20131029161718-dx9zg7hkk49uxjms
Add the use of a new namespace for system realted classes.

Approved by Diego Sarmentero, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <system/process.h>
24
24
#include "fake.h"
25
25
 
 
26
using namespace Ubuntu::DownloadManager::System;
 
27
 
26
28
class OpenModeWrapper: public QObject {
27
29
    Q_OBJECT
28
30