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

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/downloads/queue.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:
30
30
 
31
31
namespace DownloadManager {
32
32
 
 
33
using namespace System;
 
34
 
33
35
class QueuePrivate;
34
36
class Queue : public QObject {
35
37
    Q_OBJECT